5 lines
96 B
C#
5 lines
96 B
C#
|
|
namespace CPF.Mac.AppKit
|
||
|
|
{
|
||
|
|
public delegate string[] NSToolbarIdentifiers(NSToolbar toolbar);
|
||
|
|
}
|