Forgot to add these files.
[MenuTunes.git] / CustomMenuTableView.h
1 /* MyTableView */
2
3 #import <Cocoa/Cocoa.h>
4
5 @interface MyTableView : NSTableView
6 {
7 }
8 @end