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

MWMEditorViewController.h « Editor « Classes « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7d516f382f8b2c6b544c7c4976f1f1d4fcaa817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#import "MWMTableViewController.h"
#include "indexer/editable_map_object.hpp"

struct FeatureID;

@interface MWMEditorViewController : MWMTableViewController

@property (nonatomic) BOOL isCreating;

- (void)setFeatureToEdit:(FeatureID const &)fid;
- (void)setEditableMapObject:(osm::EditableMapObject const &)emo;

@end