提交
This commit is contained in:
30
QXLive/HomePage(声播)/View/房间/QXAppstoreHomeView.h
Normal file
30
QXLive/HomePage(声播)/View/房间/QXAppstoreHomeView.h
Normal file
@@ -0,0 +1,30 @@
|
||||
//
|
||||
// QXAppstoreHomeView.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/8/4.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "QXRoomListModel.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXAppstoreHomeView : UIView
|
||||
//@property (nonatomic,strong)NSArray *dataArray;
|
||||
@property (nonatomic,strong)NSArray *bannerArray;
|
||||
@end
|
||||
|
||||
|
||||
@interface QXAppstoreRoomView : UIView
|
||||
@property (nonatomic,strong)UIImageView *tagImageView;
|
||||
@property (nonatomic,strong)UIImageView *roomCoverImageView;
|
||||
@property (nonatomic,strong)UILabel *roomNameLabel;
|
||||
@property (nonatomic,strong)UIView *displayMaskView;
|
||||
@property (nonatomic,strong)UIView *hotBgView;
|
||||
@property (nonatomic,strong)UIImageView *hotImageView;
|
||||
@property (nonatomic,strong)UILabel *hotLabel;
|
||||
|
||||
@property (nonatomic,strong)QXRoomListModel *roomModel;
|
||||
@end
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user