git.ithinksw.org
/
MenuTunes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
HAY GUYS LETS SHIP
[MenuTunes.git]
/
CustomMenuTableView.h
1
/*
2
* MenuTunes
3
* CustomMenuTableView
4
* App Controller Class
5
*
6
* Original Author : Kent Sutherland <ksuther@ithinksw.com>
7
* Responsibility : Kent Sutherland <ksuther@ithinksw.com>
8
*
9
* Copyright (c) 2002-2003 iThink Software.
10
* All Rights Reserved
11
*
12
*/
13
14
15
16
#import <Cocoa/Cocoa.h>
17
18
@interface CustomMenuTableView : NSTableView
19
{
20
}
21
@end