Files
featherVoice/QXLive/HomePage(声播)/View/房间/设置/QXSingerConfigView.h
2025-08-08 10:49:36 +08:00

29 lines
617 B
Objective-C

//
// QXSingerConfigView.h
// QXLive
//
// Created by 启星 on 2025/6/19.
//
#import <UIKit/UIKit.h>
#import "QXRoomSettingView.h"
NS_ASSUME_NONNULL_BEGIN
@interface QXSingerConfigView : UIView
-(void)showInView:(UIView *)view;
@end
@interface QXSliser : UISlider
@end
@interface QXVoiceEffectCell : UICollectionViewCell
@property (nonatomic,strong)UILabel *titleLabel;
@property (nonatomic,strong)UIImageView *effectImageView;
@property (nonatomic,strong)UIView *coverView;
@property (nonatomic,strong)UIButton *selecteBtn;
@property (nonatomic,strong)QXRoomSettingModel *model;
@end
NS_ASSUME_NONNULL_END