123456789101112131415161718192021 |
- //
- // GromoreDemoAdConsoleView.h
- // ABUDemo
- //
- // Created by bytedance on 2022/2/11.
- // Copyright © 2022 bytedance. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface GromoreDemoAdConsoleView : UIView
- - (void)startMonitor;
- - (void)stopMonitor;
- @end
- NS_ASSUME_NONNULL_END
|