forked from organicmaps/organicmaps
[MAPSME-6511] [ios] Added Swift-compatible bookmarks types.
This commit is contained in:
parent
8e85aec928
commit
7a2fb2d5ab
1 changed files with 5 additions and 0 deletions
|
@ -13,3 +13,8 @@ typedef NS_ENUM(NSUInteger, MWMTheme) {
|
|||
MWMThemeVehicleNight,
|
||||
MWMThemeAuto
|
||||
};
|
||||
|
||||
typedef uint32_t MWMMarkID;
|
||||
typedef uint32_t MWMLineID;
|
||||
typedef uint32_t MWMMarkGroupID;
|
||||
typedef NSArray<NSNumber *> * MWMGroupIDCollection;
|
||||
|
|
Loading…
Add table
Reference in a new issue