We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e17ac commit bdd111fCopy full SHA for bdd111f
Firestore/Source/Public/FIRDocumentChange.h
@@ -20,10 +20,11 @@ NS_ASSUME_NONNULL_BEGIN
20
21
@class FIRQueryDocumentSnapshot;
22
23
-/** An enumeration of document change types. */
24
#if defined(NS_CLOSED_ENUM)
+/** An enumeration of document change types. */
25
typedef NS_CLOSED_ENUM(NSInteger, FIRDocumentChangeType)
26
#else
27
28
typedef NS_ENUM(NSInteger, FIRDocumentChangeType)
29
#endif
30
{
0 commit comments