// // AppDelegate.h // emojiexport // // Created by Гришка on 14.08.12. // Copyright (c) 2012 Гришка. All rights reserved. // #import @interface AppDelegate : NSObject @property (assign) IBOutlet NSWindow *window; @property (weak) IBOutlet NSTextField *inputTextField; @property (weak) IBOutlet NSTextField *outputTextField; @end