project_files/HedgewarsMobile/Classes/SettingsBaseViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 11217 e68b3e392091
equal deleted inserted replaced
12871:2c06b1120749 12872:00215a7ec5f5
    24     NSArray *controllerNames;
    24     NSArray *controllerNames;
    25     NSIndexPath *lastIndexPath;
    25     NSIndexPath *lastIndexPath;
    26     UITabBarController *tabController;
    26     UITabBarController *tabController;
    27 }
    27 }
    28 
    28 
    29 @property (nonatomic, retain) UIViewController *targetController;
    29 @property (nonatomic, strong) UIViewController *targetController;
    30 @property (nonatomic, retain) NSArray *controllerNames;
    30 @property (nonatomic, strong) NSArray *controllerNames;
    31 @property (nonatomic, retain) NSIndexPath *lastIndexPath;
    31 @property (nonatomic, strong) NSIndexPath *lastIndexPath;
    32 
    32 
    33 -(void) dismissSplitView;
    33 - (void)dismissSplitView;
    34 
    34 
    35 @end
    35 @end