home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / BattleView / Battle.nib / data.classes < prev    next >
Encoding:
Text File  |  1992-08-17  |  284 b   |  21 lines

  1. StaticLifeView = {
  2.     SUPERCLASS = LifeView;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. BattleView = {
  10.     ACTIONS = {
  11.     inspector:;
  12.     };
  13.     OUTLETS = {
  14.     theKliList;
  15.     theFedList;
  16.     sharedInspectorPanel;
  17.     theWeaponList;
  18.     };
  19.     SUPERCLASS = View;
  20. };
  21.