财神随手记账

JZChartsDataTableViewCell.h 1.1KB

123456789101112131415161718192021222324252627282930313233343536
  1. //
  2. // JZChartsDataTableViewCell.h
  3. // JIZHANG
  4. //
  5. // Created by xiaoxi on 2017/10/31.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class JZNewCategoryDetailModel;
  10. @interface JZChartsDataTableViewCell : UITableViewCell
  11. @property(nonatomic,strong)UIImageView *iconView;
  12. @property(nonatomic,strong)UILabel *namePercent;
  13. @property(nonatomic,strong)UILabel *account;
  14. @property(nonatomic,strong)UIView *lineView;
  15. @property(nonatomic,strong)UIView *line;
  16. @property(nonatomic,strong)NSNumber *totalMoney;
  17. @property(nonatomic,strong)NSNumber *mostMoney;
  18. //@property(nonatomic,strong)JZCategoryDataModel *dataModel;
  19. @property(nonatomic,strong)JZNewCategoryDetailModel *dataModel;
  20. @property UIBarButtonItem *amAdE;
  21. @property UIControlEvents *aSeXnBl3w;
  22. @property UISearchBar *afGeXStv;
  23. @property UIUserInterfaceIdiom *ayGap;
  24. @property UIVisualEffectView *aGriE;
  25. @property UIControl *azamoepZf;
  26. @property UIViewController *aXwRx3a;
  27. @property UILabel *aaHtcSmiwJB;
  28. @property UIColor *adBS01FC;
  29. @property UIImageView *aoIwNe4h;
  30. @property UIScreen *aI1kh;
  31. @property UIAlertView *a67mXi2;
  32. @property UIImage *a2Oko8h;
  33. @end