equal
deleted
inserted
replaced
8 |
8 |
9 #import <UIKit/UIKit.h> |
9 #import <UIKit/UIKit.h> |
10 |
10 |
11 |
11 |
12 @interface SingleWeaponViewController : UITableViewController { |
12 @interface SingleWeaponViewController : UITableViewController { |
13 |
13 UIImage *ammoStoreImage; |
|
14 NSArray *ammoNames; |
|
15 NSInteger ammoSize; |
|
16 |
|
17 char *quantity; |
|
18 char *probability; |
|
19 char *delay; |
|
20 char *crateness; |
14 } |
21 } |
15 |
22 |
|
23 @property (nonatomic,retain) UIImage *ammoStoreImage; |
|
24 @property (nonatomic,retain) NSArray *ammoNames; |
|
25 |
|
26 |
16 @end |
27 @end |