cocoaTouch/SettingsViewController.h
author koda
Sat, 09 Jan 2010 01:34:23 +0000
changeset 2690 8e83c7e31720
parent 2687 28b8330b8af1
child 2694 dcd248e04f3d
permissions -rw-r--r--
move mixed functions in PascalExports

//
//  SettingsViewController.h
//  hwengine
//
//  Created by Vittorio on 08/01/10.
//  Copyright 2010 __MyCompanyName__. All rights reserved.
//

#import <UIKit/UIKit.h>


@interface SettingsViewController : UIViewController {

}

@end