@class UITextView, NSArray, UIActivityIndicatorView, NSString, NSObject; @protocol OS_dispatch_queue, ICHandwritingDebugDelegate; @interface ICHandwritingDebugViewController : UIViewController @property (retain, nonatomic) NSArray *drawings; @property (retain, nonatomic) UITextView *textView; @property (retain, nonatomic) NSObject *recognitionQueue; @property (retain, nonatomic) UIActivityIndicatorView *activityIndicator; @property (weak, nonatomic) id handwritingDebugDelegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)close; - (void)viewWillAppear:(BOOL)a0; - (void)viewDidLoad; - (void)refresh; - (BOOL)_canShowWhileLocked; - (void).cxx_destruct; - (id)handwritingDebugWindow; - (void)visualizationManagerDidUpdateRecognitionStatus:(id)a0; @end