1 /* Dummy header for the Quartz backend. */
2 
3 typedef int NSTrackingRectTag;
4 
5 @interface NSAutoreleasePool {}
6 @end
7 
8 @interface NSCursor {}
9 @end
10 
11 @interface NSEvent {}
12 @end
13 
14 @interface NSImage {}
15 @end
16 
17 @interface NSView {}
18 @end
19 
20 @interface NSWindow {}
21 @end
22 
23 @interface NSString {}
24 @end
25 
26 @protocol NSDraggingInfo
27 @end
28