// // WHBeautySheetView.h // WHChatV // // Created by 刘必果 on 2023/7/12. // #import #import "FUBeautyDefine.h" #import "FUSegmentBar.h" #import "WHTheme.h" #import #import "FUBeautyShapeView.h" #import "FUBeautySkinView.h" #import "FUBeautyShapeView.h" #import "FUBeautyFilterView.h" #define kFUBeautyCategoryViewHeight 49.0f #define kFUBeautyFunctionViewOverallHeight 150.0f NS_ASSUME_NONNULL_BEGIN @interface WHBeautySheetView : UIView @property (nonatomic, strong) UIControl *control; @property (nonatomic, strong) UIView *boxView; @property (nonatomic, strong) UIVisualEffectView *visualeView; @property (nonatomic, strong) UIView *gapView; //@property (nonatomic, strong) FUBeautyShapeView * @property (nonatomic, strong) FUSegmentBar *segmentBar; //美肤 美型 滤镜 UI @property (nonatomic, strong) FUBeautySkinView *beautySkinView; @property (nonatomic, strong) FUBeautyShapeView *beautyShapeView; @property (nonatomic, strong) FUBeautyFilterView *beautyFilterView; @property (nonatomic, strong) FUBeautySkinViewModel *beautySkinViewModel; @property (nonatomic, strong) FUBeautyShapeViewModel *beautyShapeViewModel; @property (nonatomic, strong) FUBeautyFilterViewModel *beautyFilterViewModel; - (void)closeAction; - (void)showAnimin; @end NS_ASSUME_NONNULL_END