project_files/HedgewarsMobile/Classes/SchemeSettingsViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 11217 e68b3e392091
equal deleted inserted replaced
12871:2c06b1120749 12872:00215a7ec5f5
    22 
    22 
    23 @interface SchemeSettingsViewController : TableViewControllerWithDoneButton {
    23 @interface SchemeSettingsViewController : TableViewControllerWithDoneButton {
    24     NSMutableArray *listOfSchemes;
    24     NSMutableArray *listOfSchemes;
    25 }
    25 }
    26 
    26 
    27 @property (nonatomic, retain) NSMutableArray *listOfSchemes;
    27 @property (nonatomic, strong) NSMutableArray *listOfSchemes;
    28 
    28 
    29 @end
    29 @end