12345678910111213141516171819 |
- //
- // YMMagicView.h
- // MSYOUPAI
- //
- // Created by 刘必果 on 2024/3/16.
- // Copyright © 2024 MS. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "FUOpenGLView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YMMagicView : UIView
- @property (nonatomic, strong) UIView *magicView;
- @property (nonatomic, strong) FUOpenGLView *displayerOpenGLView;
- @end
- NS_ASSUME_NONNULL_END
|