We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c99aa commit d8a0e5eCopy full SHA for d8a0e5e
GoogleUtilities/AppDelegateSwizzler/README.md
@@ -169,7 +169,7 @@ by `[GULAppDelegateSwizzler proxyOriginalDelegate]`:
169
170
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo;
171
172
-- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler
+- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler;
173
```
174
175
If you need to swizzle these methods you can call
0 commit comments