Moved MacVim project to src/MacVim and removed runtime folder
[MacVim/jjgod.git] / src / MacVim / PSMTabBarControl / source / AppController.h
blob532e91da64b1116469c3391c3067ba845bc270ed
1 //
2 // AppController.h
3 // PSMTabBarControl
4 //
5 // Created by John Pannell on 12/19/05.
6 // Copyright 2005 Positive Spin Media. All rights reserved.
7 //
9 #import <Cocoa/Cocoa.h>
11 @interface AppController : NSObject {
15 - (IBAction)newWindow:(id)sender;
17 @end