mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Declare NSNumber, so that it compiles without complaining.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11503 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fea86a2cb6
commit
1d6ee2090d
1 changed files with 2 additions and 3 deletions
|
@ -24,10 +24,9 @@
|
|||
#ifndef _NSURL_h__
|
||||
#define _NSURL_h__
|
||||
|
||||
#include <Foundation/NSURLHandle.h>
|
||||
#include <Foundation/NSURLHandle.h>
|
||||
|
||||
@class NSURLHandle;
|
||||
@class NSURL;
|
||||
@class NSNumber;
|
||||
|
||||
GS_EXPORT NSString* NSURLFileScheme; //file
|
||||
|
||||
|
|
Loading…
Reference in a new issue