aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/third_party/Immutable/Tests/FSTLLRBValueNode+Test.h
blob: 3b05647889c98a1f930b6a499d98faebae385f5c (plain)
1
2
3
4
5
6
7
8
9
10
#import "Immutable/FSTLLRBValueNode.h"

#import <Foundation/Foundation.h>

/** Extra methods exposed only for testing. */
@interface FSTLLRBValueNode (Test)
- (id<FSTLLRBNode>)rotateLeft;
- (id<FSTLLRBNode>)rotateRight;
- (BOOL)checkMaxDepth;
@end