|
|
1.1 ! root 1: MoneyWell = { ! 2: ACTIONS = {}; ! 3: OUTLETS = { ! 4: delegate = delegate; ! 5: ledgerController = ledgerController; ! 6: nameHolder = nameHolder; ! 7: target = target; ! 8: valueTF = valueTF; ! 9: weekSelector = weekSelector; ! 10: }; ! 11: SUPERCLASS = View; ! 12: }; ! 13: LedgerController = { ! 14: ACTIONS = { ! 15: "append:" = "append:"; ! 16: "commit:" = "commit:"; ! 17: "copy:" = "copy:"; ! 18: "cut:" = "cut:"; ! 19: "doFullerBalance:" = "doFullerBalance:"; ! 20: "init:" = "init:"; ! 21: "makeKey:" = "makeKey:"; ! 22: "paste:" = "paste:"; ! 23: "ping:" = "ping:"; ! 24: "selectAll:" = "selectAll:"; ! 25: "void:" = "void:"; ! 26: "windowWillClose:" = "windowWillClose:"; ! 27: }; ! 28: OUTLETS = { ! 29: balanceTF = balanceTF; ! 30: decriptionText = decriptionText; ! 31: tableView = tableView; ! 32: transferTF = transferTF; ! 33: window = window; ! 34: }; ! 35: SUPERCLASS = Object; ! 36: }; ! 37: FirstResponder = { ! 38: ACTIONS = {"append:" = "append:"; "commit:" = "commit:"; "void:" = "void:"; }; ! 39: SUPERCLASS = Object; ! 40: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.