MOForbidScreenShotView.h 254 B

123456789101112131415161718
  1. //
  2. // MOForbidScreenShotView.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2024/4/12.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface MOForbidScreenShotView : UIView
  10. + (UIView *)creactWithFrame:(CGRect)frame;
  11. @end
  12. NS_ASSUME_NONNULL_END