project_files/HedgewarsMobile/Classes/AboutViewController.h
changeset 3703 12d17c6e8855
child 3753 bb5a0252fb56
equal deleted inserted replaced
3701:8c449776ebe6 3703:12d17c6e8855
       
     1 //
       
     2 //  AboutViewController.h
       
     3 //  Hedgewars
       
     4 //
       
     5 //  Created by Vittorio on 01/08/10.
       
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
       
     7 //
       
     8 
       
     9 #import <UIKit/UIKit.h>
       
    10 
       
    11 
       
    12 @interface AboutViewController : UIViewController {
       
    13 
       
    14 }
       
    15 
       
    16 @end