diff options
Diffstat (limited to 'packages/cocoaint/src/foundation/NSURL.inc')
| -rw-r--r-- | packages/cocoaint/src/foundation/NSURL.inc | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/packages/cocoaint/src/foundation/NSURL.inc b/packages/cocoaint/src/foundation/NSURL.inc index 589b119d04..7b906a5133 100644 --- a/packages/cocoaint/src/foundation/NSURL.inc +++ b/packages/cocoaint/src/foundation/NSURL.inc @@ -1,14 +1,6 @@ { Parsed from Foundation.framework NSURL.h } -{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Mon Sep 28 15:49:52 ICT 2009 } +{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Thu Oct 1 18:54:06 ICT 2009 } -{$ifdef HEADER} -{$ifndef NSURL_PAS_H} -{$define NSURL_PAS_H} -type - NSURLPointer = Pointer; - -{$endif} -{$endif} {$ifdef TYPES} {$ifndef NSURL_PAS_T} @@ -35,11 +27,16 @@ type {$ifndef NSURL_PAS_S} {$define NSURL_PAS_S} +{ External string constants } +var + NSURLFileScheme: NSString; external name '_NSURLFileScheme'; + {$endif} {$endif} {$ifdef FORWARD} NSURL = objcclass; + NSURLPointer = ^NSURL; {$endif} |
