aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/API/FIRDocumentChange+Internal.h
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-01-21 21:14:58 -0800
committerGravatar GitHub <noreply@github.com>2018-01-21 21:14:58 -0800
commit5bfcb3b8cf109ae27f146a050db649f65bf06a59 (patch)
tree21e058a4215e86f27a40caeca59f2a5f87d4aa64 /Firestore/Source/API/FIRDocumentChange+Internal.h
parentc4feb513be9c768e812e50c8cb139179b7e83565 (diff)
Cleanup imports and isEqual (#685)
* Fix headers * Fix isEqual verbosity * Fix isEqual for nullable properties * Fix nullability on FSTTestDocSnapshot
Diffstat (limited to 'Firestore/Source/API/FIRDocumentChange+Internal.h')
-rw-r--r--Firestore/Source/API/FIRDocumentChange+Internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Firestore/Source/API/FIRDocumentChange+Internal.h b/Firestore/Source/API/FIRDocumentChange+Internal.h
index 7e2e5c6..7c9723c 100644
--- a/Firestore/Source/API/FIRDocumentChange+Internal.h
+++ b/Firestore/Source/API/FIRDocumentChange+Internal.h
@@ -16,6 +16,7 @@
#import "FIRDocumentChange.h"
+@class FIRFirestore;
@class FSTViewSnapshot;
NS_ASSUME_NONNULL_BEGIN