Last active
September 21, 2015 19:02
-
-
Save aaustin/1ad70314a2aed25f1e54 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- (BOOL)application:(UIApplication *)application | |
continueUserActivity:(NSUserActivity *)userActivity | |
restorationHandler:(void (^)(NSArray * data))restorationHandler { | |
BOOL handledByBranch = [[Branch getInstance] continueUserActivity:userActivity]; | |
return handledByBranch; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment