blob: 88d4011e7363a5ed1844bf475914eee5f87457ed [file] [log] [blame]
epoger@google.comec3ed6a2011-07-28 14:26:00 +00001
2/*
3 * Copyright 2011 Google Inc.
4 *
5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file.
7 */
yangsu@google.coma8a42e22011-06-16 20:49:55 +00008#import <Cocoa/Cocoa.h>
9#import "SkNSWindow.h"
10@interface CocoaDebuggerAppDelegate : NSObject <NSApplicationDelegate> {
11 SkNSWindow *window;
12}
13
14@property (assign) IBOutlet SkNSWindow *window;
15@end