@class NSXPCListener, NSString, NSObject; @protocol ViewServiceHelperDelegate; @interface ViewServiceHelper : NSObject @property (retain) NSXPCListener *listener; @property NSObject *delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void)run; - (BOOL)listener:(id)a0 shouldAcceptNewConnection:(id)a1; - (void).cxx_destruct; - (void)handleStatusBarTap; - (void)pauseResumeResponse:(id)a0; - (void)pidNotification:(id)a0; - (void)termsAndConditionsResponse:(id)a0; @end