home *** CD-ROM | disk | FTP | other *** search
- CallRecord = {
- ACTIONS = {
- };
- OUTLETS = {
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- CallController = {
- ACTIONS = {
- showInfoPanel:;
- retrieveCall:;
- saveCall:;
- clearForm:;
- };
- OUTLETS = {
- infoPanel;
- callTable;
- customerForm;
- questionText;
- answerText;
- };
- SUPERCLASS = Object;
- };
- CallService = {
- ACTIONS = {
- appDidInit:;
- };
- OUTLETS = {
- };
- SUPERCLASS = CallController;
- };
-