1234567891011121314151617181920 |
- //
- // XYRotarytableWinningView.h
- // Timi
- //
- // Created by 翟玉磊 on 2021/4/19.
- //
- #import "BaseView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYRotarytableWinningView : BaseView
- - (void)clear;
- - (void)startAnimationWithText:(NSString *)text;
- - (void)endAnimation;
- @end
- NS_ASSUME_NONNULL_END
|