1234567891011121314151617181920212223242526272829303132 |
- #import <UIKit/UIKit.h>
- #import "UIScrollView+EmptyDataSet.h"
- @interface CCTransfers : UIViewController <UITableViewDataSource, UITableViewDelegate, DZNEmptyDataSetDelegate , DZNEmptyDataSetSource>
- @property (nonatomic, weak) IBOutlet UITableView *tableView;
- - (void)reloadDatasource:(NSString *)fileID action:(NSInteger)action;
- @end
|