Skip to content

Commit 24cff3d

Browse files
authored
Fix RTDB test build warnings (#6914)
1 parent 493eb7c commit 24cff3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

FirebaseDatabase/Tests/Helpers/FIRFakeApp.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
#import <Foundation/Foundation.h>
1818

19+
NS_ASSUME_NONNULL_BEGIN
20+
1921
@class FIRComponentContainer;
2022
@class FIRFakeOptions;
2123

@@ -27,3 +29,5 @@
2729
@property(nonatomic, copy, readonly) NSString *name;
2830
@property(nonatomic, readonly) FIRComponentContainer *container;
2931
@end
32+
33+
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)