aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/CocoaDebugger/SkMenuController.h
blob: e8a7e8b85f17c815fdc9bf57b06c4690e60b65a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

/*
 * 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 <Cocoa/Cocoa.h>
#import "SkDebugger.h"
@interface SkMenuController : NSObject {
    IBOutlet SkDebugger *fWindow;
}
-(IBAction) openFile:(id) sender;
@end