Skip to content

Instantly share code, notes, and snippets.

@Mattchewone
Last active January 11, 2019 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mattchewone/59fe11ac4a25e1eeaad47cfb32de9ac9 to your computer and use it in GitHub Desktop.
Save Mattchewone/59fe11ac4a25e1eeaad47cfb32de9ac9 to your computer and use it in GitHub Desktop.
/**
* Copyright (c) 2015-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#import <UIKit/UIKit.h>
#import "RNAppAuthAuthorizationFlowManager.h"
@interface AppDelegate : UIResponder <UIApplicationDelegate, RNAppAuthAuthorizationFlowManager>
@property (nonatomic, strong) UIWindow *window;
@property (nonatomic, weak)id<RNAppAuthAuthorizationFlowManagerDelegate>authorizationFlowManagerDelegate;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment