using System;
using System.ComponentModel;
namespace Xamarin.Forms
{
[Obsolete]
[EditorBrowsable(EditorBrowsableState.Never)]
public enum TargetPlatform
Other,
iOS,
Android,
WinPhone,
Windows
}