--- a/cocoaTouch/SchemeEditViewController.h Sun Apr 04 16:38:00 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-//
-// SchemeEditViewController.h
-// hwengine
-//
-// Created by Vittorio on 08/01/10.
-// Copyright 2010 __MyCompanyName__. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-
-@interface SchemeEditViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> {
- UITableViewCell *cell0;
- UITableView *table;
-}
-@property (nonatomic, retain) IBOutlet UITableViewCell *cell0;
-@property (nonatomic, retain) IBOutlet UITableView *table;
-
-@end