GromoreDemoAdConsoleView.h 315 B

123456789101112131415161718192021
  1. //
  2. // GromoreDemoAdConsoleView.h
  3. // ABUDemo
  4. //
  5. // Created by bytedance on 2022/2/11.
  6. // Copyright © 2022 bytedance. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface GromoreDemoAdConsoleView : UIView
  11. - (void)startMonitor;
  12. - (void)stopMonitor;
  13. @end
  14. NS_ASSUME_NONNULL_END