You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

35 lines
612 B

//
// 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