aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/third_party/Immutable/Tests/FSTLLRBValueNode+Test.h
blob: 768521aa173fbdada9efb4381e224e12c8eba88e (plain)
1
2
3
4
5
6
7
8
9
10
#import "Firestore/third_party/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