equal
deleted
inserted
replaced
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
17 */ |
17 */ |
18 |
18 |
19 |
19 |
20 #import <UIKit/UIKit.h> |
20 #import <UIKit/UIKit.h> |
|
21 #import "TableViewControllerWithDoneButton.h" |
21 |
22 |
22 |
23 @interface WeaponSettingsViewController : TableViewControllerWithDoneButton { |
23 @class SingleWeaponViewController; |
|
24 |
|
25 @interface WeaponSettingsViewController : UITableViewController { |
|
26 NSMutableArray *listOfWeapons; |
24 NSMutableArray *listOfWeapons; |
27 SingleWeaponViewController *childController; |
|
28 } |
25 } |
29 |
26 |
30 @property (nonatomic, retain) NSMutableArray *listOfWeapons; |
27 @property (nonatomic, retain) NSMutableArray *listOfWeapons; |
31 |
28 |
32 @end |
29 @end |