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:
wlux 2017-04-04 07:44:00 +00:00
parent b7e81ac797
commit 9a92a90256

View file

@ -61,6 +61,7 @@ typedef NSUInteger NSStreamEvent;
@class NSOutputStream;
@class NSString;
@class NSRunLoop;
@class NSURL;
/**
* NSStream is an abstract class for objects representing streams.