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