mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-15 15:37:11 +02:00
9ed9a9f105
git-svn-id: http://macvim.googlecode.com/svn/trunk@5 96c4425d-ca35-0410-94e5-3396d5c13a8f
18 lines
264 B
Objective-C
18 lines
264 B
Objective-C
//
|
|
// AppController.h
|
|
// PSMTabBarControl
|
|
//
|
|
// Created by John Pannell on 12/19/05.
|
|
// Copyright 2005 Positive Spin Media. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
@interface AppController : NSObject {
|
|
|
|
}
|
|
|
|
- (IBAction)newWindow:(id)sender;
|
|
|
|
@end
|