From 087222aec60451cf6165b34ad041a3f599fe82e2 Mon Sep 17 00:00:00 2001 From: Jenna Antilla <46546946+jennantilla@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:30:36 -0800 Subject: [PATCH] Update iOS header - Explicitly add that this class conforms to OSUserJwtInvalidatedListener protocol --- src/ios/OneSignalPush.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ios/OneSignalPush.h b/src/ios/OneSignalPush.h index 93e3ae60..78fad08f 100644 --- a/src/ios/OneSignalPush.h +++ b/src/ios/OneSignalPush.h @@ -31,7 +31,7 @@ #import -@interface OneSignalPush : CDVPlugin +@interface OneSignalPush : CDVPlugin - (void)setProvidesNotificationSettingsView:(CDVInvokedUrlCommand* _Nonnull)command; - (void)addForegroundLifecycleListener:(CDVInvokedUrlCommand* _Nonnull)command;