Files
my_yuyin/QXLive/Mine(音域)/Controller/设置/QXNoticeSwitchViewController.h
2025-09-22 18:48:29 +08:00

18 lines
332 B
Objective-C

//
// QXNoticeSwitchViewController.h
// QXLive
//
// Created by 启星 on 2025/5/14.
//
#import "QXBaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXNoticeSwitchViewController : QXBaseViewController
// 0 主页 1 开播提醒 2 屏蔽私信
@property (nonatomic,assign)NSInteger type;
@end
NS_ASSUME_NONNULL_END