Creating a new model object to manage words to use for bindings
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 17 Dec 2007 18:24:42 +0000 (13:24 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 17 Dec 2007 18:24:42 +0000 (13:24 -0500)
commit2ad926294079217bd600583d9553d8e9e729719c
treedb6424638578ed9ded62cba67397a8b9c241e24e
parentb8dd78f0047825185ea0b530ffbef2bb84b38490
Creating a new model object to manage words to use for bindings

* Source/Word.m: New class that represents a word object
* Source/Word.h: ditto
* Scrabbalize.xcodeproj: Project changes for Word
* Source/AppController.m: Use the new Word class in the wordlist ivar
* English.lproj/MainMenu.nib: Hook up the bindings appropriately
English.lproj/MainMenu.nib/designable.nib
English.lproj/MainMenu.nib/keyedobjects.nib
Scrabbalize.xcodeproj/project.pbxproj
Source/AppController.m
Source/Word.h [new file with mode: 0644]
Source/Word.m [new file with mode: 0644]