@class SPXPCConnection, NSObject; @protocol OS_dispatch_queue; @interface SPUIAppService : NSObject { int _awakeNotifyToken; NSObject *_appServiceQueue; SPXPCConnection *_backgroundConnection; SPXPCConnection *_appConnection; BOOL _activated; } + (void)initialize; + (id)sharedAppService; - (id)init; - (void)_cancelAwakeNotifyToken; - (void)activate; - (void).cxx_destruct; - (void)registerAwakeNotifyToken; - (void)deactivate; @end