home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Apps / IconBuilder.app / English.lproj / Document.nib / data.classes next >
Encoding:
Text File  |  1993-01-27  |  294 b   |  24 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. PaintScrollView = {
  7.     ACTIONS = {
  8.     showRep:;
  9.     };
  10.     OUTLETS = {
  11.     popup;
  12.     };
  13.     SUPERCLASS = View;
  14. };
  15. PaintView = {
  16.     SUPERCLASS = View;
  17. };
  18. MyApp = {
  19.     OUTLETS = {
  20.     paintView;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24.