提交
This commit is contained in:
21
QXLive/Tabbar/TabbarCustomView/FLImageView.h
Executable file
21
QXLive/Tabbar/TabbarCustomView/FLImageView.h
Executable file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user