aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Public/FIRSnapshotMetadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Public/FIRSnapshotMetadata.h')
-rw-r--r--Firestore/Source/Public/FIRSnapshotMetadata.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Firestore/Source/Public/FIRSnapshotMetadata.h b/Firestore/Source/Public/FIRSnapshotMetadata.h
index 04a6b45..4c7ff98 100644
--- a/Firestore/Source/Public/FIRSnapshotMetadata.h
+++ b/Firestore/Source/Public/FIRSnapshotMetadata.h
@@ -16,12 +16,10 @@
#import <Foundation/Foundation.h>
-#import "FIRFirestoreSwiftNameSupport.h"
-
NS_ASSUME_NONNULL_BEGIN
/** Metadata about a snapshot, describing the state of the snapshot. */
-FIR_SWIFT_NAME(SnapshotMetadata)
+NS_SWIFT_NAME(SnapshotMetadata)
@interface FIRSnapshotMetadata : NSObject
- (instancetype)init NS_UNAVAILABLE;