aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database/Public/FIRDataSnapshot.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firebase/Database/Public/FIRDataSnapshot.h')
-rw-r--r--Firebase/Database/Public/FIRDataSnapshot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Firebase/Database/Public/FIRDataSnapshot.h b/Firebase/Database/Public/FIRDataSnapshot.h
index e465045..02a1e6a 100644
--- a/Firebase/Database/Public/FIRDataSnapshot.h
+++ b/Firebase/Database/Public/FIRDataSnapshot.h
@@ -15,7 +15,6 @@
*/
#import <Foundation/Foundation.h>
-#import "FIRDatabaseSwiftNameSupport.h"
NS_ASSUME_NONNULL_BEGIN
@@ -30,7 +29,7 @@ NS_ASSUME_NONNULL_BEGIN
* They can't be modified and will never change. To modify data at a location,
* use a FIRDatabaseReference (e.g. with setValue:).
*/
-FIR_SWIFT_NAME(DataSnapshot)
+NS_SWIFT_NAME(DataSnapshot)
@interface FIRDataSnapshot : NSObject