CSJFullScreenSquareLandscapeImageAdView.h 369 B

123456789101112131415161718
  1. //
  2. // CSJFullScreenSquareLandscapeImageAdView.h
  3. // CSJAdSDK
  4. //
  5. // Created by bytedance on 2021/1/9.
  6. //
  7. #import "CSJFullScreenInterstitialAdView.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. /// image_model = 33, 方图 横屏
  10. /// BUFullScreenImageStyleSquareLandscape
  11. @interface CSJFullScreenSquareLandscapeImageAdView : CSJFullScreenInterstitialAdView
  12. @end
  13. NS_ASSUME_NONNULL_END