aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTRemoteDocumentCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Local/FSTRemoteDocumentCache.h')
-rw-r--r--Firestore/Source/Local/FSTRemoteDocumentCache.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Firestore/Source/Local/FSTRemoteDocumentCache.h b/Firestore/Source/Local/FSTRemoteDocumentCache.h
index e2ad988..3605111 100644
--- a/Firestore/Source/Local/FSTRemoteDocumentCache.h
+++ b/Firestore/Source/Local/FSTRemoteDocumentCache.h
@@ -22,7 +22,6 @@
@class FSTMaybeDocument;
@class FSTQuery;
-@class FSTWriteGroup;
NS_ASSUME_NONNULL_BEGIN
@@ -46,11 +45,10 @@ NS_ASSUME_NONNULL_BEGIN
*
* @param maybeDocument A FSTDocument or FSTDeletedDocument to put in the cache.
*/
-- (void)addEntry:(FSTMaybeDocument *)maybeDocument group:(FSTWriteGroup *)group;
+- (void)addEntry:(FSTMaybeDocument *)maybeDocument;
/** Removes the cached entry for the given key (no-op if no entry exists). */
-- (void)removeEntryForKey:(const firebase::firestore::model::DocumentKey &)documentKey
- group:(FSTWriteGroup *)group;
+- (void)removeEntryForKey:(const firebase::firestore::model::DocumentKey &)documentKey;
/**
* Looks up an entry in the cache.