Sha256: 498d9eddbb9d36177233c5d0702e0f233793fd980406ccc144547fba5fde2299
Contents?: true
Size: 478 Bytes
Versions: 17
Compression:
Stored size: 478 Bytes
Contents
// // PushNotificationsListener.h // ApplePush // // Created by Alex Epifanoff on 01.07.13. // // #import <Foundation/Foundation.h> #import "IPushNotificationsReceiver.h" @interface PushNotificationsReceiver : NSObject<IPushNotificationsReceiver> + (id<IPushNotificationsReceiver>)sharedInstance; - (void) onPushRegistrationSucceed:(NSData *)deviceToken; - (void) onPushRegistrationFailed:(NSError *)error; - (void) onPushMessageReceived:(NSDictionary *)userInfo; @end
Version data entries
17 entries across 17 versions & 2 rubygems