| 1234567891011121314151617181920 |
- //
- // AppDelegate.h
- // MiMoLive
- //
- // Created by SuperC on 2023/10/7.
- //
- #import <UIKit/UIKit.h>
- @interface AppDelegate : UIResponder <UIApplicationDelegate>
- @property (nonatomic, strong) UIWindow *window;
- @property (nonatomic, assign) BOOL isShowAdView;
- //检查剪切板
- + (void)toJudgeThePastboard;
- @end
|