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

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

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

@interface ActiveMapsVC : DownloaderParentVC

@end