home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Examples / SplitView / English.lproj / SplitViewTest.nib / data.classes next >
Encoding:
Text File  |  1996-02-05  |  384 b   |  28 lines

  1. MiscSplitView = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     delegate;
  6.     };
  7.     SUPERCLASS = View;
  8. };
  9. FirstResponder = {
  10.     ACTIONS = {
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. Controller = {
  15.     ACTIONS = {
  16.     };
  17.     OUTLETS = {
  18.     bottomLeftView;
  19.     vertSplitView;
  20.     lowerHorizSplitView;
  21.     topLeftView;
  22.     upperHorizSplitView;
  23.     bottomRightView;
  24.     topRightView;
  25.     };
  26.     SUPERCLASS = Object;
  27. };
  28.