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.

36 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