home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- AppController = {
- ACTIONS = {
- "alloc:" = "alloc:";
- "allocPool:" = "allocPool:";
- "autorelease:" = "autorelease:";
- "copy:" = "copy:";
- "dealloc:" = "dealloc:";
- "release:" = "release:";
- "releasePool:" = "releasePool:";
- "retain:" = "retain:";
- };
- OUTLETS = {
- buttons1 = buttons1;
- buttons2 = buttons2;
- console = console;
- copy = copy;
- copyRetainCount = copyRetainCount;
- copyText = copyText;
- object = object;
- objectRetainCount = objectRetainCount;
- objectText = objectText;
- pool = pool;
- poolButton = poolButton;
- poolObjectCount = poolObjectCount;
- poolText = poolText;
- };
- SUPERCLASS = NSObject;
- };
-