aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/FileReaderApp/FileReaderWindow.h
blob: f83f918724f83349229213406621031a4bca9b9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

/*
 * Copyright 2011 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */
#import "SkNSWindow.h"
#import "ReaderView.h"
@interface FileReaderWindow : SkNSWindow {
    IBOutlet SkNSView* fView;
    ReaderView* fReaderView;
}
@end