home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1994 June / NEBULA_SE.ISO / SourceCode / DatabaseKit / QuickApp / English.lproj / QuickApp.nib / data.classes next >
Encoding:
Text File  |  1992-09-18  |  299 b   |  24 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. Controller = {
  7.     ACTIONS = {
  8.     fetch:;
  9.     appDidInit:;
  10.     };
  11.     OUTLETS = {
  12.     dbDatabase;
  13.     dbFetchGroup;
  14.     dbQualifier;
  15.     window;
  16.     dbModule;
  17.     dbExpression;
  18.     dbTableView;
  19.     rootEntity;
  20.     inputField;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24.