using System; namespace Xamarin.Forms { [Obsolete] public enum TargetPlatform { Other, iOS, Android, WinPhone, Windows } }