co-maps/iphone/Maps/UI/Editor/MWMEditorViewController.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
338 B
C
Raw Permalink Normal View History

2025-11-22 13:58:55 +01:00
#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