// // FKBindTipView.h // FirstLink // // Created by jack on 15/11/3. // Copyright © 2015年 FirstLink. All rights reserved. // #import @interface FKBindTipCell : UITableViewCell @property (nonatomic, strong) UILabel *titleLabel; @property (nonatomic, strong) UIImageView *iconImgView; @end