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

MWMBookmarkDescriptionViewController.h « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9bc18af31bf680c81e7b00df744d537cd554b4bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#import <UIKit/UIKit.h>
#import "ViewController.h"

@class MWMPlacePageViewManager;

@interface MWMBookmarkDescriptionViewController : ViewController

- (instancetype)initWithPlacePageManager:(MWMPlacePageViewManager *)manager;

@property (weak, nonatomic) UINavigationController * iPadOwnerNavigationController;

@end