home *** CD-ROM | disk | FTP | other *** search
- // -------------------------------------------------------------------------------------
- // TestClass
- // -------------------------------------------------------------------------------------
-
- #import <appkit/Application.h>
- #import "objectThreadPerform.h"
-
- // -------------------------------------------------------------------------------------
- @interface TestClass : Application
- {
- id scrollView; // ScrollView outlet
- id fontNormal; // normal font
- id fontItalic; // italic font
- id myScrollText; // ScrollText object
- int threadCount; // thread count
- }
-
- @end
-