namespace CPF.Mac.AppKit { public enum NSTableViewDraggingDestinationFeedbackStyle : long { None = -1L, Regular, SourceList } }