home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / SourceCode / DrawingInAnAppIcon / English.lproj / Fone.nib / data.classes next >
Encoding:
Text File  |  1992-10-26  |  238 b   |  19 lines

  1. FoneController = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     ring:;
  5.     answer:;
  6.     };
  7.     OUTLETS = {
  8.     imageList;
  9.     appTile;
  10.     appIconContentView;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. FirstResponder = {
  15.     ACTIONS = {
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19.