CSJSplashUpSwipe3ComponentView.h 276 B

12345678910111213141516
  1. //
  2. // CSJSplashUpSwipe3ComponentView.h
  3. // CSJAdSDK
  4. //
  5. // Created by Rush.D.Xzj on 2022/9/8.
  6. //
  7. #import "CSJSplashBottomBaseComponentView.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CSJSplashUpSwipe3ComponentView : CSJSplashBottomBaseComponentView
  10. @end
  11. NS_ASSUME_NONNULL_END