home *** CD-ROM | disk | FTP | other *** search
- CircleView = {
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- AppDelegate = {
- ACTIONS = {
- stopThreads:;
- appDidInit:;
- doThreads:;
- };
- OUTLETS = {
- primeDisp;
- circleView;
- increasingDisp;
- fibDisp;
- };
- SUPERCLASS = Object;
- };
-