@class NSString, SUICProgressIndicatorView; @protocol SUICProgressIndicatorViewControllerDataSource; @interface SUICProgressIndicatorViewController : UIViewController @property (retain, nonatomic, getter=_progressIndicatorView, setter=_setProgressIndicatorView:) SUICProgressIndicatorView *progressIndicatorView; @property (weak, nonatomic) id dataSource; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)loadView; - (BOOL)_canShowWhileLocked; - (void).cxx_destruct; - (id)_stateMachine; - (BOOL)_shouldAcceptEventsFromStateMachine:(id)a0; - (void)progressStateMachine:(id)a0 didTransitionToState:(unsigned long long)a1 fromState:(unsigned long long)a2 forEvent:(unsigned long long)a3; - (void)progressStateMachine:(id)a0 ignoredEvent:(unsigned long long)a1; @end