FSTLLRBValueNode+Test.h 270 B

12345678910
  1. #import "Firestore/third_party/Immutable/FSTLLRBValueNode.h"
  2. #import <Foundation/Foundation.h>
  3. /** Extra methods exposed only for testing. */
  4. @interface FSTLLRBValueNode (Test)
  5. - (id<FSTLLRBNode>)rotateLeft;
  6. - (id<FSTLLRBNode>)rotateRight;
  7. - (BOOL)checkMaxDepth;
  8. @end