Add missing GS_EXPORT_CLASS annotations.

This commit is contained in:
Frederik Seiffert 2021-03-22 15:28:38 +01:00 committed by Frederik Seiffert
parent c9020acd4b
commit 780d71f559
2 changed files with 5 additions and 0 deletions

View file

@ -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
/**