Files
featherVoice/QXLive/Mine(音域)/Controller/我的房间/QXMyRoomSubViewController.h
2025-08-08 10:49:36 +08:00

18 lines
415 B
Objective-C

//
// QXMyRoomSubViewController.h
// IsLandVoice
//
// Created by 启星 on 2025/3/5.
//
#import <UIKit/UIKit.h>
#import "JXCategoryView.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXMyRoomSubViewController : UIViewController<JXCategoryListContentViewDelegate>
/// 0 我创建的 1 我主持的 2我管理的 3 我关注的
@property(nonatomic,assign)NSInteger type;
-(void)refreshRoom;
@end
NS_ASSUME_NONNULL_END