blob: a07bdf3a3423b54f78f152ffcb7371b37fd18d5d [file] [log] [blame]
@import Foundation;
@protocol NSApplicationDelegate
@end
struct NSPoint {
float x, y;
};
@interface NSReferencePoint : NSObject
@property float x;
@property float y;
@end
int NSApplicationMain(int argc, const char *argv[]);