12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- //
- // JZLineChartView.h
- // JIZHANG
- //
- // Created by kuxuan on 2017/10/23.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class JZLineChartView;
- @protocol JZLineChartViewDelegate<NSObject>
- - (void)lineChartTouchPoint:(CGPoint)point lineChart:(JZLineChartView *)lineChart index:(NSInteger)index;
- - (void)touchEnd;
- @property UILabel *a6Wi3M80;
- @property UIScreen *a5mvaiwe0;
- @property UIButton *aekdw3TBqox;
- @property UICollectionView *apmnywI7;
- @property UILabel *abX5z1Dl;
- @property UIVisualEffectView *a7c8Gu;
- @property UILabel *aGOYIx;
- @property UIFontWeight *a3GtEh1q;
- @property UIImageView *a7Vj9F;
- @property UIImageView *aCYF0vGU;
- @property UIBarButtonItem *amTtiAEF;
- @property UIActivity *aHU4xSMTu;
- @property UIBarButtonItem *aXRS9;
- @property UILabel *a0PGFz2d;
- @property UIImageView *arjJNw79qSd;
- @property UIWindow *a7D0KkhZ19q;@property UIRegion *ahHMBA4mp;
- @property UIControl *adHnOvL;
- @property UILabel *ah2SZHi;
- @property UITableView *aUqu0Lf;
- @property UIBarButtonItem *ardp4oIc5;
- @property UIVisualEffectView *aDL0EdFOu;
- @property UICollectionView *ag0N6HeipG;
- @end
- @interface JZLineChartView : UIView
- - (id)initWithFrame:(CGRect)frame xLabelIndex:(NSInteger)xLabelIndex yLabelArray:(NSArray *)yLabelArray;
- @property (nonatomic,strong)NSArray *xLabelArray;
- @property (nonatomic,strong)NSArray *yLabelArray;
- @property (nonatomic,assign)NSInteger xLabelIndex;
- @property (nonatomic,copy)NSString *outcome;
- @property (nonatomic,copy)NSString *average;
- @property (nonatomic,assign)id<JZLineChartViewDelegate>delegate;
-
- @property UIImageView *a7Vj9F;
- @property UIImageView *aCYF0vGU;
- @property UIBarButtonItem *amTtiAEF;
- @property UIActivity *aHU4xSMTu;
- @property UIBarButtonItem *aXRS9;
- @property UILabel *a0PGFz2d;
- @property UIImageView *arjJNw79qSd;
- @property UIWindow *a7D0KkhZ19q;@property UIRegion *ahHMBA4mp;
- @property UIControl *adHnOvL;
- @property UILabel *ah2SZHi;
- @property UITableView *aUqu0Lf;
- @property UIBarButtonItem *ardp4oIc5;
- @property UIVisualEffectView *aDL0EdFOu;
- @property UICollectionView *ag0N6HeipG;
- @end
|