Files
featherVoice/QXLive/Tabbar/TabbarCustomView/FLImageView.h

22 lines
284 B
C
Raw Normal View History

2025-08-08 10:49:36 +08:00
//
// FLImageView.h
// SoundRiver
//
// Created by ln007 on 2019/4/27.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface FLImageView : UIImageView {
CABasicAnimation *_rotateAnimation;
}
- (void)startRotating;
- (void)stopRotating;
@end
NS_ASSUME_NONNULL_END