CSJNumerAnimationLabel.h 343 B

123456789101112131415161718
  1. //
  2. // CSJNumerAnimationLabel.h
  3. // loadingPageTest
  4. //
  5. // Created by bytedance on 2021/11/1.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface CSJNumerAnimationLabel : UILabel
  10. - (void)animationStartFromNumber:(NSInteger)startNumber toNumber:(NSInteger)endNumber duration:(NSTimeInterval)duration;
  11. @end
  12. NS_ASSUME_NONNULL_END