home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Examples / AppKit / Lines / English.lproj / InfoPanel.nib / data.classes next >
Text File  |  1992-03-24  |  191b  |  15 lines

  1. MyApp = {
  2.     ACTIONS = {
  3.     displayInfoPanel:;
  4.     };
  5.     OUTLETS = {
  6.     infoPanel;
  7.     };
  8.     SUPERCLASS = Application;
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {
  12.     };
  13.     SUPERCLASS = Object;
  14. };
  15.