提交
This commit is contained in:
23
QXLive/Room(房间)/View/点唱/QXSingerSongListContentView.h
Normal file
23
QXLive/Room(房间)/View/点唱/QXSingerSongListContentView.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// QXSingerSongListContentView.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/11/14.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXSingerSongListContentView : UIView<JXCategoryListContentViewDelegate>
|
||||
@property (nonatomic,assign)BOOL isCompere;
|
||||
/// 0 点歌 1 已点歌曲 2 历史记录
|
||||
@property (nonatomic,assign)NSInteger type;
|
||||
|
||||
@property (nonatomic,assign)NSInteger historyType;
|
||||
@property (nonatomic,assign)QXRoomPitModel* pitModel;
|
||||
@property (nonatomic,strong)NSString*roomId;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user