From bde743ed25166a0b320ae157bfb1d68064f531c9 Mon Sep 17 00:00:00 2001 From: Gil Date: Tue, 3 Oct 2017 08:55:22 -0700 Subject: Release 4.3.0 (#327) Initial release of Firestore at 0.8.0 Bump FirebaseCommunity to 0.1.3 --- Firestore/third_party/Immutable/FSTLLRBEmptyNode.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Firestore/third_party/Immutable/FSTLLRBEmptyNode.h (limited to 'Firestore/third_party/Immutable/FSTLLRBEmptyNode.h') diff --git a/Firestore/third_party/Immutable/FSTLLRBEmptyNode.h b/Firestore/third_party/Immutable/FSTLLRBEmptyNode.h new file mode 100644 index 0000000..4c3c2af --- /dev/null +++ b/Firestore/third_party/Immutable/FSTLLRBEmptyNode.h @@ -0,0 +1,11 @@ +#import + +#import "FSTLLRBNode.h" + +NS_ASSUME_NONNULL_BEGIN + +@interface FSTLLRBEmptyNode : NSObject ++ (instancetype)emptyNode; +@end + +NS_ASSUME_NONNULL_END -- cgit v1.2.3