// // OfficialAccountPushSwitch.h // tongxin // // Created by Apple on 2019/1/21. // Copyright © 2019年 xTT. All rights reserved. // #import "baseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface OfficialAccountPushSwitch : baseViewController /** 设备头像 */ @property (weak, nonatomic) IBOutlet UIImageView *headImageView; /** 设备名字 */ @property (weak, nonatomic) IBOutlet UILabel *nameLabel; @property (weak, nonatomic) IBOutlet UIImageView *QRCodeImageView; /** 开启通知 */ @property (weak, nonatomic) IBOutlet UIButton *openNotificationBtn; @end NS_ASSUME_NONNULL_END