#import "Firestore/third_party/Immutable/FSTLLRBValueNode.h" #import /** Extra methods exposed only for testing. */ @interface FSTLLRBValueNode (Test) - (id)rotateLeft; - (id)rotateRight; - (BOOL)checkMaxDepth; @end