From 7a2fb2d5ab69da2e4b76a7702b336e660789e354 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Mon, 19 Feb 2018 17:03:13 +0300 Subject: [PATCH] [MAPSME-6511] [ios] Added Swift-compatible bookmarks types. --- iphone/Maps/Common/MWMTypes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/iphone/Maps/Common/MWMTypes.h b/iphone/Maps/Common/MWMTypes.h index 11a2cc3d7d..17f0bb2060 100644 --- a/iphone/Maps/Common/MWMTypes.h +++ b/iphone/Maps/Common/MWMTypes.h @@ -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 * MWMGroupIDCollection;