@class NSObject; @protocol OS_dispatch_queue; @interface SSRemoteNotificationClient : NSObject { NSObject *_dispatchQueue; int _notifyToken; } + (id)sharedClient; - (id)init; - (void)dealloc; - (void)registerForRemoteNotifications; - (void)unregisterForRemoteNotifications; - (id)popQueuedNotifications; @end