#import @interface UnarchiverAppDelegate : NSObject { NSWindow *window; NSTextField *label; NSXMLDocument *xml; } - (void)print:(NSString*)message; - (void)printArray:(NSArray*)message withPrefix:(NSString*)prefix andContext:(NSXMLElement*)node; @property (assign) IBOutlet NSWindow *window; @property (assign) IBOutlet NSTextField *label; @end