home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Apps / IconBuilder.app / Rotate.pfilter / English.lproj / Rotate.nib / data.classes next >
Text File  |  1992-03-03  |  279b  |  23 lines

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