123456789101112131415161718 |
- //
- // CSJFullScreenSquareLandscapeImageAdView.h
- // CSJAdSDK
- //
- // Created by bytedance on 2021/1/9.
- //
- #import "CSJFullScreenInterstitialAdView.h"
- NS_ASSUME_NONNULL_BEGIN
- /// image_model = 33, 方图 横屏
- /// BUFullScreenImageStyleSquareLandscape
- @interface CSJFullScreenSquareLandscapeImageAdView : CSJFullScreenInterstitialAdView
- @end
- NS_ASSUME_NONNULL_END
|