project_files/HedgewarsMobile/Classes/RestoreViewController.h
branchios-develop
changeset 12872 00215a7ec5f5
parent 10108 c68cf030eded
equal deleted inserted replaced
12871:2c06b1120749 12872:00215a7ec5f5
    22 
    22 
    23 @interface RestoreViewController : UIViewController {
    23 @interface RestoreViewController : UIViewController {
    24 
    24 
    25 }
    25 }
    26 
    26 
    27 -(IBAction) buttonReleased:(id) sender;
    27 - (IBAction)buttonReleased:(id)sender;
    28 
    28 
    29 @end
    29 @end