// // YMMagicView.h // MSYOUPAI // // Created by 刘必果 on 2024/3/16. // Copyright © 2024 MS. All rights reserved. // #import #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