summaryrefslogtreecommitdiff
path: root/emojiexport/AppDelegate.h
blob: 01fdb045da3ae9c982dd1c80e5bf1e600eab5050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  AppDelegate.h
//  emojiexport
//
//  Created by Гришка on 14.08.12.
//  Copyright (c) 2012 Гришка. All rights reserved.
//

#import <Cocoa/Cocoa.h>

@interface AppDelegate : NSObject <NSApplicationDelegate>

@property (assign) IBOutlet NSWindow *window;
@property (weak) IBOutlet NSTextField *inputTextField;
@property (weak) IBOutlet NSTextField *outputTextField;

@end