Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
16
iphone/Maps/UI/Editor/MWMEditorViewController.h
Normal file
16
iphone/Maps/UI/Editor/MWMEditorViewController.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#import "MWMTableViewController.h"
|
||||
|
||||
struct FeatureID;
|
||||
namespace osm
|
||||
{
|
||||
class EditableMapObject;
|
||||
} // namespace osm
|
||||
|
||||
@interface MWMEditorViewController : MWMTableViewController
|
||||
|
||||
@property (nonatomic) BOOL isCreating;
|
||||
|
||||
- (void)setFeatureToEdit:(FeatureID const &)fid;
|
||||
- (void)setEditableMapObject:(osm::EditableMapObject const &)emo;
|
||||
|
||||
@end
|
||||
Loading…
Add table
Add a link
Reference in a new issue