AlarmConfigTableViewCell.h 277 B

12345678910111213141516
  1. //
  2. // AlarmConfigTableViewCell.h
  3. // XMEye
  4. //
  5. // Created by Levi on 2018/5/10.
  6. // Copyright © 2018年 Megatron. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface AlarmConfigTableViewCell : UITableViewCell
  10. @property (nonatomic, strong) UISwitch *mySwitch;
  11. @end