blob: 21747a52a7353b9d1e17961bf60603505806def9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{$mode delphi}
{$modeswitch objectivec1}
{$modeswitch cvar}
{$packrecords c}
unit DefinedClassesPreferencePanes;
interface
type
NSPreferencePane = objcclass external;
implementation
end.
|