Files
fanyin-ios/QXLive/Tabbar/TabbarCustomView/FLImageView.h
2025-08-12 14:27:12 +08:00

22 lines
284 B
Objective-C
Executable File

//
// 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