mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Add missing class declaration for new methods in NSStream.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40445 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b7e81ac797
commit
9a92a90256
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ typedef NSUInteger NSStreamEvent;
|
|||
@class NSOutputStream;
|
||||
@class NSString;
|
||||
@class NSRunLoop;
|
||||
@class NSURL;
|
||||
|
||||
/**
|
||||
* NSStream is an abstract class for objects representing streams.
|
||||
|
|
Loading…
Reference in a new issue