diff -r 726e4a230b48 -r 3a8560c00f78 cocoaTouch/SchemeEditViewController.h --- 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 -@interface SchemeEditViewController : UIViewController { - +@interface SchemeEditViewController : UIViewController { + UITableViewCell *cell0; + UITableView *table; } +@property (nonatomic, retain) IBOutlet UITableViewCell *cell0; +@property (nonatomic, retain) IBOutlet UITableView *table; @end