// Copyright 2016-present 650 Industries. All rights reserved.

#import <Foundation/Foundation.h>
#import <EXAppAuth/EXAppAuth.h>
#import <ExpoModulesCore/EXSingletonModule.h>

NS_ASSUME_NONNULL_BEGIN

@interface EXAppAuthAppDelegate : EXSingletonModule <UIApplicationDelegate>

@end

NS_ASSUME_NONNULL_END
