@class _TRUserNotification; @interface TRUserNotificationManager : NSObject @property (retain, nonatomic) _TRUserNotification *activeUserNotification; + (id)sharedInstance; - (void)dealloc; - (void).cxx_destruct; - (void)cancel; - (void)_showUserNotificationWithDictionary:(id)a0 options:(unsigned long long)a1 completion:(id /* block */)a2; - (void)presentAuthenticationFailureWithMessage:(id)a0 completion:(id /* block */)a1; - (void)presentErrorWithTitle:(id)a0 message:(id)a1 completion:(id /* block */)a2; - (void)presentLegacyAuthenticationFailedDialogWithMessage:(id)a0 completion:(id /* block */)a1; - (void)presentWiFiNetworkConnectionError:(BOOL)a0 completion:(id /* block */)a1; - (void)requestAppleIDAuthenticationWithAccountID:(id)a0 completion:(id /* block */)a1; - (void)requestAuthenticationWithAccountID:(id)a0 message:(id)a1 completion:(id /* block */)a2; - (void)requestLegacyAuthenticationWithAccountID:(id)a0 completion:(id /* block */)a1; - (void)requestPermissionForDiagnosticSubmissionWithCompletion:(id /* block */)a0; - (void)requestPermissionToInitiateSetupWithCompletion:(id /* block */)a0; @end