Simple_TableViewController.h
上传用户:jjjjag8
上传日期:2017-04-17
资源大小:1443k
文件大小:0k
源码类别:
iPhone
开发平台:
MultiPlatform
- //
- // Simple_TableViewController.h
- // Simple Table
- //
- // Created by markd on 8/2/08.
- // Copyright Length-O-Words.com 2008. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface Simple_TableViewController : UIViewController
- <UITableViewDelegate, UITableViewDataSource>
- {
- NSArray *listData;
- }
- @property (nonatomic, retain) NSArray *listData;
- @end