cocoaTouch/SchemeEditViewController.h
changeset 2701 3a8560c00f78
parent 2687 28b8330b8af1
equal deleted inserted replaced
2700:726e4a230b48 2701:3a8560c00f78
     7 //
     7 //
     8 
     8 
     9 #import <UIKit/UIKit.h>
     9 #import <UIKit/UIKit.h>
    10 
    10 
    11 
    11 
    12 @interface SchemeEditViewController : UIViewController {
    12 @interface SchemeEditViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> {
    13 
    13     UITableViewCell *cell0;
       
    14 	UITableView *table;
    14 }
    15 }
       
    16 @property (nonatomic, retain) IBOutlet UITableViewCell *cell0;
       
    17 @property (nonatomic, retain) IBOutlet UITableView *table;
    15 
    18 
    16 @end
    19 @end