mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Add missing GS_EXPORT_CLASS annotations.
This commit is contained in:
parent
c9020acd4b
commit
780d71f559
2 changed files with 5 additions and 0 deletions
|
@ -148,6 +148,7 @@ GS_EXPORT_CLASS
|
|||
* NSInputStream is a subclass of NSStream that provides read-only
|
||||
* stream functionality.
|
||||
*/
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSInputStream : NSStream
|
||||
|
||||
/**
|
||||
|
@ -209,6 +210,7 @@ GS_EXPORT_CLASS
|
|||
* NSOutputStream is a subclass of NSStream that provides
|
||||
* write-only stream functionality.
|
||||
*/
|
||||
GS_EXPORT_CLASS
|
||||
@interface NSOutputStream : NSStream
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue