xref: /expo/ios/Exponent/Versioned/Core/UniversalModules/EXScopedFirebaseCore.h (revision 9d7b0c19)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2020-present 650 Industries. All rights reserved.
2 
3 #if __has_include(<EXFirebaseCore/EXFirebaseCore.h>)
4 #import <UIKit/UIKit.h>
5 #import <EXFirebaseCore/EXFirebaseCore.h>
6 #import "EXConstantsBinding.h"
7 
8 @class EXManifestsManifest;
9 
10 NS_ASSUME_NONNULL_BEGIN
11 
12 @interface EXScopedFirebaseCore : EXFirebaseCore
13 
14 - (instancetype)initWithScopeKey:(NSString *)scopeKey manifest:(EXManifestsManifest *)manifest constantsBinding:(EXConstantsBinding *)constantsBinding;
15 
16 @end
17 
18 NS_ASSUME_NONNULL_END
19 #endif
20 

served by {OpenGrok

Last Index Update: Tue Oct 21 18:42:31 GMT 2025