CSJNativeExpressRewardedVideoAdDisplayViewController.h 659 B

12345678910111213141516171819202122232425
  1. //
  2. // CSJNativeExpressRewardedVideoAdDisplayViewController.h
  3. // CSJAdSDK
  4. //
  5. // Created by cuiyanan on 2019/8/8.
  6. // Copyright © 2019 bytedance. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "CSJVideoAdEnum.h"
  10. @class CSJNativeExpressRewardedVideoAdView;
  11. NS_ASSUME_NONNULL_BEGIN
  12. @interface CSJNativeExpressRewardedVideoAdDisplayViewController : UIViewController
  13. @property (nonatomic, assign) BUChildTransformDirection transformDirection; //自己是否旋转
  14. @property (nonatomic, assign) BOOL isRewardedVideo;
  15. - (instancetype)initWithNativeExpressAdView:(CSJNativeExpressRewardedVideoAdView *)expressAdView;
  16. @end
  17. NS_ASSUME_NONNULL_END