aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Database/third_party/FImmutableSortedDictionary/FImmutableSortedDictionary/FTreeSortedDictionaryEnumerator.h
blob: d79fe8e690aa715a6e387c42ef9ad21ddce51f62 (plain)
1
2
3
4
5
6
7
8
9
#import <Foundation/Foundation.h>
#import "FTreeSortedDictionary.h"

@interface FTreeSortedDictionaryEnumerator : NSEnumerator

- (id)initWithImmutableSortedDictionary:(FTreeSortedDictionary *)aDict startKey:(id)startKey isReverse:(BOOL)reverse;
- (id)nextObject;

@end