CSJSplashRippleAnimationView.h 374 B

12345678910111213141516171819
  1. //
  2. // CSJSplashRippleAnimationView.h
  3. // CSJAdSDK
  4. //
  5. // Created by bytedance on 2021/7/7.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "CSJAnimationConfiguration.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface CSJSplashRippleAnimationView : UIView
  11. - (instancetype)initWithConfiguration:(CSJAnimationConfiguration *)configuration;
  12. - (void)startRippleAnimation;
  13. @end
  14. NS_ASSUME_NONNULL_END