FUBeautyViewController.h 545 B

12345678910111213141516171819202122
  1. //
  2. // FUBeautyViewController.h
  3. // FULiveDemo
  4. //
  5. // Created by 项林平 on 2022/7/26.
  6. //
  7. //#import "FURenderViewController.h"
  8. #import "FURenderViewController.h"
  9. #import "FURenderViewModel.h"
  10. #import "UIViewController+NavBar.h"
  11. #import "WHBeautySheetView.h"
  12. #import "UIDevice+StateHeight.h"
  13. NS_ASSUME_NONNULL_BEGIN
  14. @interface FUBeautyViewController : FURenderViewController
  15. //@property (nonatomic, strong, readonly) FURenderViewModel *viewModel;
  16. @property (nonatomic, strong) WHBeautySheetView *beautySheetView;
  17. @end
  18. NS_ASSUME_NONNULL_END