YMMagicView.h 376 B

12345678910111213141516171819
  1. //
  2. // YMMagicView.h
  3. // MSYOUPAI
  4. //
  5. // Created by 刘必果 on 2024/3/16.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FUOpenGLView.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YMMagicView : UIView
  12. @property (nonatomic, strong) UIView *magicView;
  13. @property (nonatomic, strong) FUOpenGLView *displayerOpenGLView;
  14. @end
  15. NS_ASSUME_NONNULL_END