[MAPSME-6511] [ios] Added Swift-compatible bookmarks types.

This commit is contained in:
Ilya Grechuhin 2018-02-19 17:03:13 +03:00 committed by Roman Kuznetsov
parent 8e85aec928
commit 7a2fb2d5ab

View file

@ -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;