aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Public/FIRListenerRegistration.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Public/FIRListenerRegistration.h')
-rw-r--r--Firestore/Source/Public/FIRListenerRegistration.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Firestore/Source/Public/FIRListenerRegistration.h b/Firestore/Source/Public/FIRListenerRegistration.h
index 5fe7fd5..93df407 100644
--- a/Firestore/Source/Public/FIRListenerRegistration.h
+++ b/Firestore/Source/Public/FIRListenerRegistration.h
@@ -16,9 +16,12 @@
#import <Foundation/Foundation.h>
+#import "FIRFirestoreSwiftNameSupport.h"
+
NS_ASSUME_NONNULL_BEGIN
/** Represents a listener that can be removed by calling remove. */
+FIR_SWIFT_NAME(ListenerRegistration)
@protocol FIRListenerRegistration <NSObject>
/**