namespace CPF.Mac.AppKit { public enum NSTableViewRowSizeStyle : long { Default = -1L, Custom, Small, Medium, Large } }