// // QXRoomBgSettingView.h // QXLive // // Created by 启星 on 2025/6/23. // #import 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