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