|
|
1.1 ! root 1: FirstResponder = { ! 2: ACTIONS = { ! 3: }; ! 4: SUPERCLASS = Object; ! 5: }; ! 6: Controller = { ! 7: ACTIONS = { ! 8: appDidInit:; ! 9: showAll:; ! 10: }; ! 11: OUTLETS = { ! 12: dbFetchGroup; ! 13: dbDatabase; ! 14: window; ! 15: dbModule; ! 16: numRecords; ! 17: dbRecordList; ! 18: dbTableView; ! 19: rootEntity; ! 20: dbAttributes; ! 21: propList; ! 22: }; ! 23: SUPERCLASS = Object; ! 24: }; ! 25: TableViewController = { ! 26: ACTIONS = { ! 27: appDidInit:; ! 28: showAll:; ! 29: }; ! 30: OUTLETS = { ! 31: dbDatabase; ! 32: dbFetchGroup; ! 33: dbQualifier; ! 34: window; ! 35: dbModule; ! 36: dbTableView; ! 37: rootEntity; ! 38: dbAttributes; ! 39: propList; ! 40: }; ! 41: SUPERCLASS = Object; ! 42: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.