CSJFullScreenInterstitialCoverView.h 281 B

12345678910111213141516
  1. //
  2. // CSJFullScreenInterstitialCoverView.h
  3. // CSJAdSDK
  4. //
  5. // Created by bytedance on 2021/1/9.
  6. //
  7. #import "CSJFullScreenInterstitialAdView.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CSJFullScreenInterstitialCoverView : CSJFullScreenInterstitialAdView
  10. @end
  11. NS_ASSUME_NONNULL_END