XYRotarytableWinningView.h 299 B

1234567891011121314151617181920
  1. //
  2. // XYRotarytableWinningView.h
  3. // Timi
  4. //
  5. // Created by 翟玉磊 on 2021/4/19.
  6. //
  7. #import "BaseView.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface XYRotarytableWinningView : BaseView
  10. - (void)clear;
  11. - (void)startAnimationWithText:(NSString *)text;
  12. - (void)endAnimation;
  13. @end
  14. NS_ASSUME_NONNULL_END