fix for compilation error

This commit is contained in:
Gregory John Casamento 2020-10-27 09:44:21 -04:00
parent e5a7733f04
commit 2ba26ce34a
2 changed files with 0 additions and 6 deletions

View file

@ -43,9 +43,6 @@ typedef NSString* NSRunLoopMode;
*/
GS_EXPORT NSRunLoopMode const NSDefaultRunLoopMode;
GS_EXPORT NSRunLoopMode const NSRunLoopCommonModes;
GS_EXPORT NSRunLoopMode const NSEventTrackingRunLoopMode;
GS_EXPORT NSRunLoopMode const NSModalPanelRunLoopMode;
GS_EXPORT NSRunLoopMode const UITrackingRunLoopMode;
@interface NSRunLoop : NSObject
{