增加换肤功能
This commit is contained in:
17
QXLive/HomePage(声播)/View/房间/设置/QXHeadlineView.h
Normal file
17
QXLive/HomePage(声播)/View/房间/设置/QXHeadlineView.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// QXHeadlineView.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/6/25.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "QXRoomModel.h"
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXHeadlineView : UIView
|
||||
@property (nonatomic,strong)QXHeadLineModel *model;
|
||||
@property (nonatomic,copy)void(^getHeadlineBlock)(void);
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user