cocoaTouch/SchemeSettingsViewController.h
changeset 3356 3ae3fccb439e
child 3479 972ae3ec178a
equal deleted inserted replaced
3355:dc9e61e67484 3356:3ae3fccb439e
       
     1 //
       
     2 //  SchemeSettingsViewController.h
       
     3 //  HedgewarsMobile
       
     4 //
       
     5 //  Created by Vittorio on 19/04/10.
       
     6 //  Copyright 2010 __MyCompanyName__. All rights reserved.
       
     7 //
       
     8 
       
     9 #import <UIKit/UIKit.h>
       
    10 
       
    11 
       
    12 @interface SchemeSettingsViewController : UITableViewController {
       
    13 
       
    14 }
       
    15 
       
    16 @end