cocoaTouch/SchemeEditViewController.h
changeset 2701 3a8560c00f78
parent 2687 28b8330b8af1
--- a/cocoaTouch/SchemeEditViewController.h	Wed Jan 20 14:31:45 2010 +0000
+++ b/cocoaTouch/SchemeEditViewController.h	Sat Jan 23 13:15:27 2010 +0000
@@ -9,8 +9,11 @@
 #import <UIKit/UIKit.h>
 
 
-@interface SchemeEditViewController : UIViewController {
-
+@interface SchemeEditViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> {
+    UITableViewCell *cell0;
+	UITableView *table;
 }
+@property (nonatomic, retain) IBOutlet UITableViewCell *cell0;
+@property (nonatomic, retain) IBOutlet UITableView *table;
 
 @end