Learning_GTK4_tree/tests/dummy-headers/AppKit/AppKit.h

28 lines
314 B
C
Raw Normal View History

2023-12-12 11:36:42 +01:00
/* Dummy header for the Quartz backend. */
typedef int NSTrackingRectTag;
@interface NSAutoreleasePool {}
@end
@interface NSCursor {}
@end
@interface NSEvent {}
@end
@interface NSImage {}
@end
@interface NSView {}
@end
@interface NSWindow {}
@end
@interface NSString {}
@end
@protocol NSDraggingInfo
@end