aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Public
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2017-10-04 20:45:10 -0700
committerGravatar GitHub <noreply@github.com>2017-10-04 20:45:10 -0700
commit4dd7ec8e4d6243820d4f877ccfd76c5b4a076dd5 (patch)
tree0eb9d88d38dc600778a414a761fb647efdda5360 /Firestore/Source/Public
parent5496eff88f3d1c386f10a3765afa0373cff12e17 (diff)
Add an NS_SWIFT_NAME for FIRSnapshotMetadata (#334)
Fixes b/67332554 Note that this is a breaking change for Swift users of the API.
Diffstat (limited to 'Firestore/Source/Public')
-rw-r--r--Firestore/Source/Public/FIRSnapshotMetadata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Firestore/Source/Public/FIRSnapshotMetadata.h b/Firestore/Source/Public/FIRSnapshotMetadata.h
index 7fdd49c..04a6b45 100644
--- a/Firestore/Source/Public/FIRSnapshotMetadata.h
+++ b/Firestore/Source/Public/FIRSnapshotMetadata.h
@@ -16,9 +16,12 @@
#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)
@interface FIRSnapshotMetadata : NSObject
- (instancetype)init NS_UNAVAILABLE;