diff --git a/modules/push-notifications/src/main/native/ios/PushNotifications.h b/modules/push-notifications/src/main/native/ios/PushNotifications.h index 2d8d14fc..0cff2c8b 100644 --- a/modules/push-notifications/src/main/native/ios/PushNotifications.h +++ b/modules/push-notifications/src/main/native/ios/PushNotifications.h @@ -31,12 +31,12 @@ #include "AttachMacros.h" #import -@interface PushNotifications : NSObject { } +@interface GlassApplication : NSObject { } @end -@interface PushNotifications (NotificationsAdditions) +@interface GlassApplication (NotificationsAdditions) - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken; - (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error; -@end \ No newline at end of file +@end diff --git a/modules/push-notifications/src/main/native/ios/PushNotifications.m b/modules/push-notifications/src/main/native/ios/PushNotifications.m index 78077ec3..24e60a99 100644 --- a/modules/push-notifications/src/main/native/ios/PushNotifications.m +++ b/modules/push-notifications/src/main/native/ios/PushNotifications.m @@ -109,7 +109,7 @@ debugPushNotifications = YES; } -@implementation PushNotifications (NotificationsAdditions) +@implementation GlassApplication (NotificationsAdditions) - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken {