home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Apps / IconBuilder.app / Rectangle.ptool / English.lproj / Rectangle.nib / data.classes next >
Encoding:
Text File  |  1992-08-07  |  261 b   |  22 lines

  1. MyApp = {
  2.     OUTLETS = {
  3.     controller;
  4.     inspector;
  5.     };
  6.     SUPERCLASS = Object;
  7. };
  8. FirstResponder = {
  9.     ACTIONS = {
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. Rect = {
  14.     ACTIONS = {
  15.     setColor:;
  16.     };
  17.     OUTLETS = {
  18.     buttons;
  19.     };
  20.     SUPERCLASS = Object;
  21. };
  22.