ifish/Ifish/views/setViewCell/SecondSetTimeCell.h

16 lines
332 B
Objective-C

//
// SecondSetTimeCell.h
// Ifish
//
// Created by imac on 15/10/1.
// Copyright © 2015年 imac. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface SecondSetTimeCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UILabel *secondtitlelabel;
@property (weak, nonatomic) IBOutlet UISwitch *settimeSwitch;
@end