CSJImmersiveMiddlePageViewController.h 448 B

1234567891011121314151617181920
  1. //
  2. // CSJImmersiveMiddlePageViewController.h
  3. // CSJAdSDK
  4. //
  5. // Created by bytedance on 2020/10/23.
  6. // Copyright © 2020 bytedance. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @class CSJNativeAd;
  11. @interface CSJImmersiveMiddlePageViewController : UIViewController
  12. @property (nonatomic, copy) void(^CloseBlock)(void);
  13. - (instancetype)initImmersiveMiddlePageWith:(CSJNativeAd *)nativeAd;
  14. @end
  15. NS_ASSUME_NONNULL_END