cocoaTouch/SchemeEditViewController.h
author koda
Mon, 18 Jan 2010 05:36:08 +0000
changeset 2699 249adefa9c1c
parent 2687 28b8330b8af1
child 2701 3a8560c00f78
permissions -rw-r--r--
replace initialization/finalization statements with custom init functions

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

#import <UIKit/UIKit.h>


@interface SchemeEditViewController : UIViewController {

}

@end