Add missing GS_EXPORT_CLASS annotations.

This commit is contained in:
Frederik Seiffert 2021-03-26 10:33:33 +01:00 committed by Frederik Seiffert
parent ad250e9495
commit 09a9dfca1f
5 changed files with 7 additions and 0 deletions

View file

@ -44,6 +44,7 @@ extern "C" {
* range 0 to NSNotFound-1.<br />
* Each integer can appear in a collection only once.
*/
GS_EXPORT_CLASS
@interface NSIndexSet : NSObject <NSCopying, NSMutableCopying, NSCoding>
{
#if GS_EXPOSE(NSIndexSet)
@ -191,6 +192,7 @@ DEFINE_BLOCK_TYPE(GSIndexSetEnumerationBlock, void, NSUInteger, BOOL*);
@end
GS_EXPORT_CLASS
@interface NSMutableIndexSet : NSIndexSet
/**