Skip to content

Commit 39c7ec7

Browse files
committed
Update missing iOS header changes
1 parent 6df6a81 commit 39c7ec7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ios/Firestack/FirestackDatabase.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
}
1919

20-
@property (nonatomic) NSDictionary *_DBHandles;
21-
@property (nonatomic, weak) FIRDatabaseReference *ref;
20+
@property NSMutableDictionary *dbReferences;
21+
@property FIRDatabase *database;
2222

2323
@end
2424

25-
#endif
25+
#endif

0 commit comments

Comments
 (0)