Skip to content

Commit

Permalink
fix: potential fix for #356
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Aug 16, 2017
1 parent 487133a commit e3873d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ios/AppDelegate+BranchSdk.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
#import <Branch/Branch.h>
#endif

@interface AppDelegate (BranchSdk)
@interface AppDelegate (BranchSDK)

- (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity restorationHandler:(void (^)(NSArray * _Nullable))restorationHandler;

@end

@implementation AppDelegate (BranchSdk)
@implementation AppDelegate (BranchSDK)

// Respond to URI scheme links
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey,id> *)options {
Expand Down

0 comments on commit e3873d1

Please sign in to comment.