project_files/HedgewarsMobile/Classes/MissionTrainingViewController.h
branchqmlfrontend
changeset 11408 b894922d58cc
parent 11224 32366eb83383
child 12877 00215a7ec5f5
equal deleted inserted replaced
11076:fcbdee9cdd74 11408:b894922d58cc
    18 
    18 
    19 
    19 
    20 #import <UIKit/UIKit.h>
    20 #import <UIKit/UIKit.h>
    21 
    21 
    22 
    22 
    23 @interface MissionTrainingViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> {
    23 @interface MissionTrainingViewController : UIViewController <UITableViewDelegate, UITableViewDataSource>
    24     NSArray *listOfMissions;
       
    25     NSArray *listOfDescriptions;
       
    26     NSString *missionName;
       
    27     UIImageView *previewImage;
       
    28     UITableView *tableView;
       
    29     UILabel *descriptionLabel;
       
    30 }
       
    31 
    24 
    32 @property (nonatomic, retain) NSArray *listOfMissions;
    25 @property (nonatomic, retain) NSArray *listOfMissionIDs;
    33 @property (nonatomic, retain) NSArray *listOfDescriptions;
    26 @property (nonatomic, retain) NSDictionary *dictOfMissions;
    34 @property (nonatomic, retain) NSString *missionName;
    27 @property (nonatomic, retain) NSString *missionName;
       
    28 
    35 @property (nonatomic, retain) IBOutlet UIImageView *previewImage;
    29 @property (nonatomic, retain) IBOutlet UIImageView *previewImage;
    36 @property (nonatomic, retain) IBOutlet UITableView *tableView;
    30 @property (nonatomic, retain) IBOutlet UITableView *tableView;
    37 @property (nonatomic, retain) IBOutlet UILabel *descriptionLabel;
    31 @property (nonatomic, retain) IBOutlet UILabel *descriptionLabel;
    38 
    32 
    39 -(IBAction) buttonPressed:(id) sender;
    33 -(IBAction) buttonPressed:(id) sender;