cocoaTouch/SchemeEditViewController.h
author nemo
Tue, 02 Mar 2010 19:46:35 +0000
changeset 2912 76d43f7458ad
parent 2701 3a8560c00f78
permissions -rw-r--r--
French translation of 03-05. Still missing 05:11-15 and needs further proofing insertion of | in appropriate places

//
//  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