// // FishSelectDeviceListViewCell.h // Ifish // // Created by imac on 2017/5/5. // Copyright © 2017年 lianlian. All rights reserved. // #import @interface FishSelectDeviceListViewCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *deviceImg; -(void)initCellImgsAt:(NSIndexPath *)indexPath; @end