12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- //
- // JZChartsDataTableView.h
- // JIZHANG
- //
- // Created by xiaoxi on 2017/10/27.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "JZNewChartTimeDataModel.h"
- @protocol JZTableviewDeleagte<UITableViewDelegate>
- @optional
- - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath;
- - (void)reloadData;
- @property UIApplication *a7q9xp;
- @property UIImageView *aijVw;
- @property UIApplication *aGFKJAiklMR;
- @property UIUserInterfaceIdiom *alQeI1Aoba;
- @property UIImageView *aubdolsAY;
- @property UIKeyCommand *aJVRYzO4;
- @property UIFont *aEyox4V2DGX;
- @property UIBarButtonItem *aoPCr;
- @property UIViewController *ax8gwfVE4hc;
- @end
- @interface JZChartsDataTableView : UIView
- - (void)reloadData:(NSArray *)dataSource Account:(NSNumber *)account Type:(NSString *)type;
- - (void)reloadNewChartTimeData:(JZNewChartTimeDataModel *)chartTimeModel Type:(NSString *)type;
- @property (nonatomic, weak) id<JZTableviewDeleagte>tableviewdelegate;
- - (void)ChartsTabreloadData;
-
- @property UIApplication *a7q9xp;
- @property UIImageView *aijVw;
- @property UIApplication *aGFKJAiklMR;
- @property UIUserInterfaceIdiom *alQeI1Aoba;
- @property UIImageView *aubdolsAY;
- @property UIKeyCommand *aJVRYzO4;
- @property UIFont *aEyox4V2DGX;
- @property UIBarButtonItem *aoPCr;
- @property UIViewController *ax8gwfVE4hc;
- @end
|