增加换肤功能
This commit is contained in:
20
QXLive/HomePage(声播)/View/房间/设置/QXRoomBgSettingView.h
Normal file
20
QXLive/HomePage(声播)/View/房间/设置/QXRoomBgSettingView.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// QXRoomBgSettingView.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/6/23.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXRoomBgSettingView : UIView
|
||||
@property (nonatomic,strong)NSString *roomId;
|
||||
-(void)showInView:(UIView *)view;
|
||||
@end
|
||||
|
||||
@interface QXRoomBgSettingCell : UICollectionViewCell
|
||||
@property (nonatomic,strong)UIImageView *bgImageView;
|
||||
@end
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user