// // FLImageView.h // SoundRiver // // Created by ln007 on 2019/4/27. // #import NS_ASSUME_NONNULL_BEGIN @interface FLImageView : UIImageView { CABasicAnimation *_rotateAnimation; } - (void)startRotating; - (void)stopRotating; @end NS_ASSUME_NONNULL_END