CellsViewController.h
上传用户:jjjjag8
上传日期:2017-04-17
资源大小:1443k
文件大小:0k
源码类别:
iPhone
开发平台:
MultiPlatform
- //
- // CellsViewController.h
- // Cells
- //
- // Created by Jeff LaMarche on 7/12/08.
- // Copyright __MyCompanyName__ 2008. All rights reserved.
- //
- #define kNameValueTag 1
- #define kColorValueTag 2
- #import <UIKit/UIKit.h>
- @interface CellsViewController : UIViewController
- <UITableViewDataSource, UITableViewDelegate>
- {
- NSArray *computers;
- }
- @property (nonatomic, retain) NSArray *computers;
- @end