// // FKMyCircleEditCell.h // FirstLink // // Created by jack on 16/6/13. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKMyCircleEditCell : UITableViewCell @property (nonatomic, strong) UILabel *timeLabel; @property (nonatomic, strong) UIButton *editBtn; @end