CSJSplashUpSwipeComponentView.h 305 B

12345678910111213141516171819
  1. //
  2. // BUSplashBottomUpSwipeAnimationMask.h
  3. // CSJAdSDK
  4. //
  5. // Created by Willie on 2021/9/16.
  6. //
  7. #import "CSJSplashBottomBaseComponentView.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CSJSplashUpSwipeComponentView : CSJSplashBottomBaseComponentView
  10. - (void)updateFrameIfNeed;
  11. @end
  12. NS_ASSUME_NONNULL_END