// // DetailMoreCommentCell.h // FirstLink // // Created by jack on 15/9/9. // Copyright (c) 2015年 FirstLink. All rights reserved. // #import @interface DetailMoreCommentCell : UITableViewCell @property (nonatomic, strong) UIButton *moreActionBtn; @end