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

MWMNavigationDelegate.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 883be0dc08dcb9a137affc89e15f26ea077d8580 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  MWMNavigationDelegate.h
//  Maps
//
//  Created by Ilya Grechuhin on 11.07.15.
//  Copyright (c) 2015 MapsWithMe. All rights reserved.
//

@protocol MWMNavigationDelegate <NSObject>

- (void)pushDownloadMaps;

@end