project_files/HedgewarsMobile/Classes/MissionTrainingViewController.h
branchios-develop
changeset 13191 0c1f3a8ba0bb
parent 12872 00215a7ec5f5
child 13192 d6aea85111c7
equal deleted inserted replaced
13167:c129707eb1e6 13191:0c1f3a8ba0bb
    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 
    24 
    25 @property (nonatomic, strong) NSArray *listOfMissionIDs;
    25 @property (nonatomic, strong) NSArray *missionsTypes;
    26 @property (nonatomic, strong) NSDictionary *dictOfMissions;
    26 @property (nonatomic, strong) NSDictionary *dictOfAllMissions;
       
    27 
    27 @property (nonatomic, strong) NSString *missionName;
    28 @property (nonatomic, strong) NSString *missionName;
       
    29 
       
    30 @property (nonatomic, strong) NSArray *listOfTrainingIDs;
       
    31 @property (nonatomic, strong) NSDictionary *dictOfTraining;
    28 
    32 
    29 @property (nonatomic, strong) IBOutlet UIImageView *previewImage;
    33 @property (nonatomic, strong) IBOutlet UIImageView *previewImage;
    30 @property (nonatomic, strong) IBOutlet UITableView *tableView;
    34 @property (nonatomic, strong) IBOutlet UITableView *tableView;
    31 @property (nonatomic, strong) IBOutlet UILabel *descriptionLabel;
    35 @property (nonatomic, strong) IBOutlet UILabel *descriptionLabel;
    32 
    36