X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/fd6a48d1ba3824395c105dbad517daf22e6591c6..865ed626fce033da225a4a93646ad185f72c74ff:/CustomMenuTableView.h diff --git a/CustomMenuTableView.h b/CustomMenuTableView.h index 15c4389..9baccb2 100755 --- a/CustomMenuTableView.h +++ b/CustomMenuTableView.h @@ -1,8 +1,21 @@ -/* MyTableView */ +/* + * MenuTunes + * CustomMenuTableView + * App Controller Class + * + * Original Author : Kent Sutherland + * Responsibility : Kent Sutherland + * + * Copyright (c) 2002-2003 iThink Software. + * All Rights Reserved + * + */ + + #import -@interface MyTableView : NSTableView +@interface CustomMenuTableView : NSTableView { } @end