aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Public/FIRTimestamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Public/FIRTimestamp.h')
-rw-r--r--Firestore/Source/Public/FIRTimestamp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Firestore/Source/Public/FIRTimestamp.h b/Firestore/Source/Public/FIRTimestamp.h
index d0a77f3..bf4aff4 100644
--- a/Firestore/Source/Public/FIRTimestamp.h
+++ b/Firestore/Source/Public/FIRTimestamp.h
@@ -60,7 +60,7 @@ NS_SWIFT_NAME(Timestamp)
+ (instancetype)timestamp;
/** Returns a new NSDate corresponding to this timestamp. This may lose precision. */
-- (NSDate *)approximateDateValue;
+- (NSDate *)dateValue;
- (NSComparisonResult)compare:(FIRTimestamp *)other;