File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
#import < FirebaseCore/FIRAppInternal.h>
21
21
#import < FirebaseCore/FIRComponent.h>
22
22
#import < FirebaseCore/FIRComponentContainer.h>
23
+ #import < FirebaseCore/FIRComponentRegistrant.h>
23
24
#import < FirebaseCore/FIRDependency.h>
24
25
#import < FirebaseCore/FIRLogger.h>
25
26
#import < FirebaseCore/FIROptions.h>
33
34
#import " FRepoManager.h"
34
35
#import " FValidation.h"
35
36
36
- @interface FIRDatabase ()
37
+ // Empty protocol for use with Interop registration.
38
+ @protocol FIRDatabaseNilProtocol
39
+ @end
40
+
41
+ @interface FIRDatabase () <FIRComponentRegistrant, FIRDatabaseNilProtocol>
37
42
@property (nonatomic , strong ) FRepoInfo *repoInfo;
38
43
@property (nonatomic , strong ) FIRDatabaseConfig *config;
39
44
@property (nonatomic , strong ) FRepo *repo;
40
45
@end
41
46
42
-
43
- // Empty protocol for use with Interop registration.
44
- @protocol FIRDatabaseNilProtocol
45
- @end
46
-
47
47
@implementation FIRDatabase
48
48
49
49
/* * A NSMutableDictionary of FirebaseApp name and FRepoInfo to FirebaseDatabase instance. */
You can’t perform that action at this time.
0 commit comments