OSDN Git Service

いろいろ追加
[kcd/KCD.git] / KCD / HMAppDelegate.h
index 7926659..04505f4 100644 (file)
@@ -10,6 +10,9 @@
 
 #import <WebKit/WebKit.h>
 
+#import "HMJSONViewWindowController.h"
+
+
 @interface HMAppDelegate : NSObject <NSApplicationDelegate>
 
 @property (assign) IBOutlet NSWindow *window;
@@ -20,4 +23,7 @@
 - (void)log:(NSString *)format, ... NS_FORMAT_FUNCTION(1,2);
 
 
+@property (retain) HMJSONViewWindowController *jsonViewWindowController;
+
+
 @end