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