home *** CD-ROM | disk | FTP | other *** search
- // -------------------------------------------------------------------------------------
- // SimpleTableView example app
- // This software is without warranty of any kind. Use at your own risk.
- // -------------------------------------------------------------------------------------
- #import <appkit/appkit.h>
-
- // -------------------------------------------------------------------------------------
- @interface SimpleTableView : Application
- {
- char *pathToApp;
- }
-
- // -------------------------------------------------------------------------------------
-
- @end
-