// // IfishCameraRecordFourCell.h // Ifish // // Created by imac on 16/12/14. // Copyright © 2016年 lianxiang. All rights reserved. // #import @interface IfishCameraRecordFourCell : UITableViewCell @property (weak, nonatomic) IBOutlet UISwitch *zidongSw; @property (weak, nonatomic) IBOutlet UIView *swbackView; @end