CSJDynamicRenderTimeOutControlServer.h 374 B

1234567891011121314151617181920
  1. //
  2. // CSJDynamicRenderTimeOutControlServer.h
  3. // CSJAdSDK
  4. //
  5. // Created by bytedance on 2021/6/3.
  6. //
  7. #import <Foundation/Foundation.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CSJDynamicRenderTimeOutControlServer : NSObject
  10. - (void)startRenderWithDelayTime:(NSTimeInterval)delayTime
  11. delayRender:(void (^)(void))completion;
  12. @end
  13. NS_ASSUME_NONNULL_END