home *** CD-ROM | disk | FTP | other *** search
- InfoController = {
- ACTIONS = {
- appDidInit:;
- license:;
- readme:;
- registerGame:;
- printOrderForm:;
- info:;
- orderForm:;
- suggestion:;
- registration:;
- cancelRegistration:;
- costCalc:;
- };
- OUTLETS = {
- registerPanel;
- niftyView;
- regText;
- orderFormPanel;
- versionDateText;
- costText;
- infoPanel;
- versionText;
- regNumText;
- strings;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PacManInfoController = {
- ACTIONS = {
- playSound:;
- stopSound:;
- };
- OUTLETS = {
- sound;
- };
- SUPERCLASS = InfoController;
- };
-