blob: a65548f6572f9415a9af5f733d905e5408465b9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{ Parsed from Appkit.framework NSDocumentScripting.h }
{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Thu Oct 1 18:54:07 ICT 2009 }
{$ifdef TYPES}
{$ifndef NSDOCUMENTSCRIPTING_PAS_T}
{$define NSDOCUMENTSCRIPTING_PAS_T}
{$endif}
{$endif}
{$ifdef RECORDS}
{$ifndef NSDOCUMENTSCRIPTING_PAS_R}
{$define NSDOCUMENTSCRIPTING_PAS_R}
{$endif}
{$endif}
{$ifdef FUNCTIONS}
{$ifndef NSDOCUMENTSCRIPTING_PAS_F}
{$define NSDOCUMENTSCRIPTING_PAS_F}
{$endif}
{$endif}
{$ifdef EXTERNAL_SYMBOLS}
{$ifndef NSDOCUMENTSCRIPTING_PAS_S}
{$define NSDOCUMENTSCRIPTING_PAS_S}
{$endif}
{$endif}
|