xref: /expo/ios/Exponent/Versioned/Core/UniversalModules/EXFacebook/EXScopedFacebook.h (revision c615fa2e)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2015-present 650 Industries. All rights reserved.
2 
3 #if __has_include(<EXFacebook/EXFacebook.h>)
4 #import <Foundation/Foundation.h>
5 #import <EXFacebook/EXFacebook.h>
6 #import <ExpoModulesCore/EXAppLifecycleListener.h>
7 #import <EXManifests/EXManifestsManifest.h>
8 
9 @interface EXScopedFacebook : EXFacebook <EXAppLifecycleListener>
10 
11 - (instancetype)initWithScopeKey:(NSString *)scopeKey manifest:(EXManifestsManifest *)manifest;
12 
13 @end
14 #endif
15 

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026