Skip to content

Commit 5114281

Browse files
committed
nit: remove unused method from OneSignalExtensionBadgeHandler header
* currentCachedBadgeValue is only used within the OneSignalExtensionBadgeHandler class, no need to expose on header.
1 parent 208ff4e commit 5114281

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

iOS_SDK/OneSignalSDK/OneSignalExtension/OneSignalExtensionBadgeHandler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@
3131

3232
@interface OneSignalExtensionBadgeHandler : NSObject
3333
+ (void)handleBadgeCountWithNotificationRequest:(UNNotificationRequest *)request withNotification:(OSNotification *)notification withMutableNotificationContent:(UNMutableNotificationContent *)replacementContent;
34-
+ (NSInteger)currentCachedBadgeValue;
3534
@end

0 commit comments

Comments
 (0)