123456789101112131415161718192021222324252627282930313233343536 |
- //
- // JZChartsDataTableViewCell.h
- // JIZHANG
- //
- // Created by xiaoxi on 2017/10/31.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class JZNewCategoryDetailModel;
- @interface JZChartsDataTableViewCell : UITableViewCell
- @property(nonatomic,strong)UIImageView *iconView;
- @property(nonatomic,strong)UILabel *namePercent;
- @property(nonatomic,strong)UILabel *account;
- @property(nonatomic,strong)UIView *lineView;
- @property(nonatomic,strong)UIView *line;
- @property(nonatomic,strong)NSNumber *totalMoney;
- @property(nonatomic,strong)NSNumber *mostMoney;
- //@property(nonatomic,strong)JZCategoryDataModel *dataModel;
- @property(nonatomic,strong)JZNewCategoryDetailModel *dataModel;
-
- @property UIBarButtonItem *amAdE;
- @property UIControlEvents *aSeXnBl3w;
- @property UISearchBar *afGeXStv;
- @property UIUserInterfaceIdiom *ayGap;
- @property UIVisualEffectView *aGriE;
- @property UIControl *azamoepZf;
- @property UIViewController *aXwRx3a;
- @property UILabel *aaHtcSmiwJB;
- @property UIColor *adBS01FC;
- @property UIImageView *aoIwNe4h;
- @property UIScreen *aI1kh;
- @property UIAlertView *a67mXi2;
- @property UIImage *a2Oko8h;
- @end
|