@class NSArray, NSString, _UIStatusBarCycleLayerAnimation, NSMutableArray; @interface _UIStatusBarCycleAnimation : NSObject @property (nonatomic) BOOL visible; @property (readonly, nonatomic) _UIStatusBarCycleLayerAnimation *mainLayerAnimation; @property (retain, nonatomic) NSMutableArray *completionHandlers; @property (readonly, nonatomic) NSArray *layerAnimations; @property (readonly, nonatomic) long long state; @property (nonatomic) BOOL stopsAfterReversing; @property (retain, nonatomic) NSArray *stoppingLayerAnimations; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)animationDidStop:(id)a0 finished:(BOOL)a1; - (void)dealloc; - (void)resumePersistentAnimation; - (void)_stopStoppingAnimations; - (void)start; - (void)stopWithCompletionHandler:(id /* block */)a0; - (void)_sendCompletionsWithFinished:(BOOL)a0; - (void).cxx_destruct; - (void)pausePersistentAnimation; - (id)initWithLayerAnimations:(id)a0; - (void)_stopAnimations; - (void)_startAnimations; @end