Files
featherVoice/QXLive/Room(房间)/View/设置/QXRoomBgSettingView.h

21 lines
394 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// 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