- //
- // AlarmConfigTableViewCell.h
- // XMEye
- //
- // Created by Levi on 2018/5/10.
- // Copyright © 2018年 Megatron. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface AlarmConfigTableViewCell : UITableViewCell
- @property (nonatomic, strong) UISwitch *mySwitch;
- @end
|