From 5b1ca51e7264b5ac581c7a0382beb44ed65bdf14 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Tue, 12 Dec 2017 07:11:39 +0800 Subject: Addressing comments --- Firestore/Source/Model/FSTFieldValue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Firestore/Source/Model') diff --git a/Firestore/Source/Model/FSTFieldValue.h b/Firestore/Source/Model/FSTFieldValue.h index 9b715a2..93fd5c4 100644 --- a/Firestore/Source/Model/FSTFieldValue.h +++ b/Firestore/Source/Model/FSTFieldValue.h @@ -44,9 +44,9 @@ typedef NS_ENUM(NSInteger, FSTTypeOrder) { /** Defines the return value for pending server timestamps. */ typedef NS_ENUM(NSInteger, FSTServerTimestampBehavior) { + FSTServerTimestampBehaviorNone, FSTServerTimestampBehaviorEstimate, - FSTServerTimestampBehaviorPrevious, - FSTServerTimestampBehaviorNone + FSTServerTimestampBehaviorPrevious }; /** Holds properties that define field value deserialization options. */ -- cgit v1.2.3