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