//
// otherPersonBottomCell.h
// ThePaperBase
//
// Created by YoungLee on 15/11/24.
// Copyright © 2015年 scar1900. All rights reserved.
//
#import "msgBottomCell.h"
@interface otherPersonBottomCell : msgBottomCell
- (void)commentOK:(UIButton*)btn;
@end
|