diff options
Diffstat (limited to 'tests/dummy-headers')
-rw-r--r-- | tests/dummy-headers/AppKit/AppKit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/dummy-headers/AppKit/AppKit.h b/tests/dummy-headers/AppKit/AppKit.h index 1456923187..557a8a7a5b 100644 --- a/tests/dummy-headers/AppKit/AppKit.h +++ b/tests/dummy-headers/AppKit/AppKit.h @@ -20,5 +20,8 @@ typedef int NSTrackingRectTag; @interface NSWindow {} @end +@interface NSString {} +@end + @protocol NSDraggingInfo @end |