project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h
changeset 6832 fae8fd118da9
parent 6822 206db098f8c5
child 10108 c68cf030eded
equal deleted inserted replaced
6831:f848120b3fcc 6832:fae8fd118da9
    12  * GNU General Public License for more details.
    12  * GNU General Public License for more details.
    13  *
    13  *
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    17  *
       
    18  * File created on 19/06/2010.
       
    19  */
    17  */
    20 
    18 
    21 
    19 
    22 #import <UIKit/UIKit.h>
    20 #import <UIKit/UIKit.h>
    23 #import "WeaponCellView.h"
    21 #import "WeaponCellView.h"
       
    22 
    24 
    23 
    25 @interface SingleWeaponViewController : UITableViewController <EditableCellViewDelegate, WeaponButtonControllerDelegate> {
    24 @interface SingleWeaponViewController : UITableViewController <EditableCellViewDelegate, WeaponButtonControllerDelegate> {
    26     NSString *weaponName;
    25     NSString *weaponName;
    27     NSString *description;
    26     NSString *description;
    28 
    27