blob: 113f62e22964b620662ff393630b06ce87c1f45b [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.com02642762011-06-17 18:31:01 +00008#import <Cocoa/Cocoa.h>
9#import "SkNSWindow.h"
10@interface FileReaderAppDelegate : NSObject <NSApplicationDelegate> {
11 SkNSWindow *window;
12}
13
14@property (assign) IBOutlet SkNSWindow *window;
15@end