悟空记账

JZBudgetTableViewCell.h 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. //
  2. // JZBudgetTableViewCell.h
  3. // JIZHANG
  4. //
  5. // Created by kuxuan on 2017/12/27.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol JZBudgetTableViewCellDelegate <NSObject>
  10. @optional
  11. - (void)JZBudgetTableViewCellSwitch:(BOOL)isOn index:(NSInteger)index;
  12. @property UIDocument *a4kDi5r;
  13. @property UIControl *aMWDpa;
  14. @property UIView *arKEBiO;
  15. @property UIAlertView *awrO5XcPh;
  16. @property UIScreen *aOXbNspq86n;
  17. @property UIDocument *alL3Vj;
  18. @property UIUserInterfaceIdiom *ajvFSw4nl5q;
  19. @property UIImageView *afj8zWIt;
  20. @property UIButton *aThti2kC;
  21. @property UIControlEvents *at9PEKMez;
  22. @property UIBezierPath *akxeif;
  23. @property UIControl *aMcCqKkpUL;
  24. @property UIButton *a7KMjG;
  25. @property UIAlertAction *aMhJo8S;
  26. @property UIImage *a6PuT70zZ;
  27. @property UIButton *ayFc4VL;
  28. @property UIFontWeight *apxWBlU7QH;
  29. @property UIButton *aqUrb;
  30. @property UIAlertAction *agT34;
  31. @property UIActivity *ampAX0jTV;
  32. @property UIInputView *akqSm;
  33. @end
  34. @interface JZBudgetTableViewCell : UITableViewCell
  35. @property (nonatomic, weak) id<JZBudgetTableViewCellDelegate> delegate;
  36. - (void)refreshName:(NSString *)name isSwitchOn:(BOOL)isSwitchOn isShowSwitch:(BOOL)isShowSwitch sectionIndex:(NSInteger)index;
  37. @property (nonatomic,strong)UILabel *explainLabel;
  38. @property (nonatomic,copy)NSString *detailString;
  39. @property UIDocument *a4kDi5r;
  40. @property UIControl *aMWDpa;
  41. @property UIView *arKEBiO;
  42. @property UIAlertView *awrO5XcPh;
  43. @property UIScreen *aOXbNspq86n;
  44. @property UIDocument *alL3Vj;
  45. @property UIUserInterfaceIdiom *ajvFSw4nl5q;
  46. @property UIImageView *afj8zWIt;
  47. @property UIButton *aThti2kC;
  48. @property UIControlEvents *at9PEKMez;
  49. @property UIBezierPath *akxeif;
  50. @property UIControl *aMcCqKkpUL;
  51. @property UIButton *a7KMjG;
  52. @property UIAlertAction *aMhJo8S;
  53. @property UIImage *a6PuT70zZ;
  54. @property UIButton *ayFc4VL;
  55. @property UIFontWeight *apxWBlU7QH;
  56. @property UIButton *aqUrb;
  57. @property UIAlertAction *agT34;
  58. @property UIActivity *ampAX0jTV;
  59. @property UIInputView *akqSm;
  60. @end