9 lines
92 B
C#
9 lines
92 B
C#
![]() |
namespace CPF.Mac.AppKit
|
||
|
{
|
||
|
public enum NSPopoverAppearance : long
|
||
|
{
|
||
|
Minimal,
|
||
|
HUD
|
||
|
}
|
||
|
}
|