// // SwitchDeviceCell.h // neutralWatch // // Created by WeiChaoZheng on 2017/12/30. // Copyright © 2017年 xTT. All rights reserved. // #import @interface SwitchDeviceCell : UITableViewCell @property (strong, nonatomic) IBOutlet UILabel *titleLabel; @property (strong, nonatomic) IBOutlet UIView *lineView; @end