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: 7869eca6bc3eea4a6a9f8012cba6222dc073b60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//
//  MWMBookmarkDescriptionViewController.h
//  Maps
//
//  Created by v.mikhaylenko on 03.06.15.
//  Copyright (c) 2015 MapsWithMe. All rights reserved.
//

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

@class MWMPlacePageViewManager;

@interface MWMBookmarkDescriptionViewController : ViewController

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

@property (weak, nonatomic) UINavigationController * iPadOwnerNavigationController;

@end