summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.MacOS/Cells/NSTableViewCellStyle.cs
blob: 72472eaac68c81df22ea56e7204bfe6af543fd8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Xamarin.Forms.Platform.MacOS
{
	internal enum NSTableViewCellStyle
	{
		Default,
		Value1,
		Value2,
		Subtitle,
		Image,
		ImageSubtitle,
		Empty
	}
}