Simple_TableViewController.h
上传用户:jjjjag8
上传日期:2017-04-17
资源大小:1443k
文件大小:0k
源码类别:

iPhone

开发平台:

MultiPlatform

  1. //
  2. //  Simple_TableViewController.h
  3. //  Simple Table
  4. //
  5. //  Created by markd on 8/2/08.
  6. //  Copyright Length-O-Words.com 2008. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface Simple_TableViewController : UIViewController
  10. <UITableViewDelegate, UITableViewDataSource>
  11. {
  12. NSArray *listData;
  13. }
  14. @property (nonatomic, retain) NSArray *listData;
  15. @end