project_files/HedgewarsMobile/Classes/SingleWeaponViewController.h
author koda
Sat, 19 Jun 2010 00:48:47 +0200
changeset 3522 156c04c6a3d8
child 3546 ccf4854df294
permissions -rw-r--r--
add initial stubs for selecting weapons in the ifrontend
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3522
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
     1
//
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
     2
//  SingleWeaponViewController.h
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
     3
//  Hedgewars
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
     4
//
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
     5
//  Created by Vittorio on 19/06/10.
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
     6
//  Copyright 2010 __MyCompanyName__. All rights reserved.
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
     7
//
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
     8
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
     9
#import <UIKit/UIKit.h>
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
    10
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
    11
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
    12
@interface SingleWeaponViewController : UITableViewController {
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
    13
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
    14
}
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
    15
156c04c6a3d8 add initial stubs for selecting weapons in the ifrontend
koda
parents:
diff changeset
    16
@end