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

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

@class MWMPlacePageViewManager;

@interface MWMBookmarkColorViewController : ViewController

@property (weak, nonatomic) MWMPlacePageViewManager * placePageManager;
@property (weak, nonatomic) UINavigationController * iPadOwnerNavigationController;

@end