cocoaTouch/SchemeSettingsViewController.h
author sheepluva
Thu, 06 May 2010 09:25:13 +0000
changeset 3432 83cef0f08a86
parent 3356 3ae3fccb439e
child 3479 972ae3ec178a
permissions -rw-r--r--
* get rid of some fpc hints (redundant/superfluous includes) * fix broken if causing segfault (whoops :D)

//
//  SchemeSettingsViewController.h
//  HedgewarsMobile
//
//  Created by Vittorio on 19/04/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface SchemeSettingsViewController : UITableViewController {

}

@end