xref: /expo/ios/Exponent/Versioned/Core/UniversalModules/EXScopedFirebaseCore.h (revision ca5a2fa2)
  • 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 <EXManifests/EXManifestsManifest.h>
7 #import "EXConstantsBinding.h"
8 
9 NS_ASSUME_NONNULL_BEGIN
10 
11 @interface EXScopedFirebaseCore : EXFirebaseCore
12 
13 - (instancetype)initWithScopeKey:(NSString *)scopeKey manifest:(EXManifestsManifest *)manifest constantsBinding:(EXConstantsBinding *)constantsBinding;
14 
15 @end
16 
17 NS_ASSUME_NONNULL_END
18 #endif
19 

served by {OpenGrok

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