CSJNativeExpressVideoAdParentViewController.h 474 B

12345678910111213141516171819202122
  1. //
  2. // CSJNativeExpressVideoAdParentViewController.h
  3. // CSJAdSDK
  4. //
  5. // Created by bytedance on 2020/7/15.
  6. // Copyright © 2020 bytedance. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @class CSJMaterialMeta;
  11. @interface CSJNativeExpressVideoAdParentViewController : UIViewController
  12. @property (nonatomic, strong) CSJMaterialMeta *materialMeta;
  13. @property (nonatomic, assign) BOOL isExpress;
  14. - (void)removeLoading;
  15. @end
  16. NS_ASSUME_NONNULL_END