[mapkit] Fix compatibility stub for MKUserTrackingBarButtonItem which is only required for iOS (and not other platforms) (#4381)

This commit is contained in:
Sebastien Pouliot 2018-07-03 13:01:32 -04:00 коммит произвёл GitHub
Родитель 1b946b7cf6
Коммит 8a3a30d054
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -5,7 +5,7 @@ using ObjCRuntime;
namespace MapKit {
#if !XAMCORE_4_0
#if !XAMCORE_4_0 && __IOS__
public partial class MKUserTrackingBarButtonItem {
[Obsolete ("Does not return a valid instance on iOS 12.")]