123456789101112131415161718 |
- //
- // WFCUWaitingAnimationView.h
- // WFChatUIKit
- //
- // Created by Tom Lee on 2020/2/23.
- // Copyright © 2020 WildFireChat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface WFCUWaitingAnimationView : UIImageView
- - (void)start;
- - (void)stop;
- @end
- NS_ASSUME_NONNULL_END
|