| 123456789101112131415161718 |
- //
- // MOForbidScreenShotView.h
- // MiMoLive
- //
- // Created by SuperC on 2024/4/12.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface MOForbidScreenShotView : UIView
- + (UIView *)creactWithFrame:(CGRect)frame;
- @end
- NS_ASSUME_NONNULL_END
|