ifish/Ifish/views/setViewCell/SetCell.h

20 lines
355 B
Objective-C

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