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;