Commit 7349443f authored by 曹云霄's avatar 曹云霄

no message

parent 4e4c13ed
...@@ -8,6 +8,30 @@ ...@@ -8,6 +8,30 @@
#import "BaseViewController.h" #import "BaseViewController.h"
@interface BasePullTableViewController : BaseViewController @interface BasePullTableViewController : BaseViewController<UITableViewDelegate,UITableViewDataSource,DZNEmptyDataSetSource,DZNEmptyDataSetDelegate>
/**
公用tableview
*/
@property (weak, nonatomic) IBOutlet UITableView *tableView;
/**
* 加载网络数据 需要重载
*/
-(void)loadWebDataSource;
/**
* 下拉 调用
*/
-(void)loadTableViewHeader;
/**
* 上拉 调用
*/
-(void)loadTableViewFooter;
@end @end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment