CSJSplashArrowAnimationView.h 434 B

123456789101112131415161718
  1. //
  2. // CSJSplashArrowAnimationView.h
  3. // CSJAdSDK
  4. //
  5. // Created by bytedance on 2021/7/2.
  6. // Copyright © 2021 bytedance. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface CSJSplashArrowAnimationView : UIView
  11. - (instancetype)initSplashArrowAnimationWith:(NSInteger)arrowCount translateX:(NSArray<NSNumber *> *)values delay:(CGFloat)delay;
  12. - (void)startArrowAnimation;
  13. @end
  14. NS_ASSUME_NONNULL_END