首次提交
This commit is contained in:
17
QXLive/Mine(音域)/Controller/设置/QXNoticeSwitchViewController.h
Normal file
17
QXLive/Mine(音域)/Controller/设置/QXNoticeSwitchViewController.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user