Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CountryTreeVC.h « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 15ba23c996a5271316813096ea3a54e6389eac52 (plain)
1
2
3
4
5
6
7
8
9

#import <UIKit/UIKit.h>
#import "DownloaderParentVC.h"

@interface CountryTreeVC : DownloaderParentVC

- (id)initWithNodePosition:(int)position;

@end