mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Declare NSURL before using it.
This commit is contained in:
parent
d27dcfbed6
commit
5aa4b7a732
1 changed files with 2 additions and 1 deletions
|
@ -37,8 +37,9 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
@class NSData;
|
||||
@class NSString;
|
||||
@class NSError;
|
||||
@class NSString;
|
||||
@class NSURL;
|
||||
|
||||
@interface NSFileHandle : NSObject
|
||||
|
||||
|
|
Loading…
Reference in a new issue