From 19d1bb304a758b2d42d7ba611fb73be4c42ff03f Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 6 Oct 2017 09:48:03 -0700 Subject: Adding NS_SWIFT_NAME for FIRListenerRegistration (#339) --- Firestore/Example/SwiftBuildTest/main.swift | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Firestore/Example/SwiftBuildTest/main.swift') diff --git a/Firestore/Example/SwiftBuildTest/main.swift b/Firestore/Example/SwiftBuildTest/main.swift index 3b8219b..8cc0302 100644 --- a/Firestore/Example/SwiftBuildTest/main.swift +++ b/Firestore/Example/SwiftBuildTest/main.swift @@ -274,10 +274,6 @@ func transactions() { } func types() { - // Just highlighting the types of everything, though devs can/will often omit them. - // This list comes from: - // - // grep -r ^FIR_SWIFT_NAME Firestore/Source/Public | sed 's/.*(/let _: /; s/)/;/' let _: CollectionReference; let _: DocumentChange; let _: DocumentListenOptions; @@ -288,9 +284,11 @@ func types() { let _: Firestore; let _: FirestoreSettings; let _: GeoPoint; + let _: ListenerRegistration; let _: QueryListenOptions; let _: Query; let _: QuerySnapshot; + let _: SetOptions; let _: SnapshotMetadata; let _: Transaction; let _: WriteBatch; -- cgit v1.2.3