// // SetCell.h // Ifish // // Created by imac on 15/9/28. // Copyright © 2015年 imac. All rights reserved. // #import @interface SetCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *setLabel; @property (weak, nonatomic) IBOutlet UILabel *titlelabel; -(void)resetCellbackImgAt:(NSIndexPath *)indexPath; @end