10 lines
137 B
C#
10 lines
137 B
C#
namespace CPF.Mac.AppKit
|
|
{
|
|
public enum NSPathStyle : long
|
|
{
|
|
NSPathStyleStandard,
|
|
NSPathStyleNavigationBar,
|
|
NSPathStylePopUp
|
|
}
|
|
}
|