财神随手记账

JZPlusViewController.h 2.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. //
  2. // JZPlusViewController.h
  3. // JIZHANG
  4. //
  5. // Created by kuxuan on 2017/10/18.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import "JZBaseViewController.h"
  9. @class JZDayDataModel;
  10. @protocol JZPlusViewControllerDelegate <NSObject>
  11. @optional
  12. - (void)plusViewEditCompleteData:(JZDayDataModel *)model Time:(NSString *)time;
  13. @property UIControlEvents *akwo0;
  14. @property UISwitch *al2YT;
  15. @property UIAlertView *afXPMDI9ieQ;
  16. @property UIApplication *avXxljB0AUE;
  17. @property UIAlertView *aSxGnBZd;
  18. @property UIEvent *auBMj5p;
  19. @property UIFontWeight *afFki;
  20. @property UIBezierPath *anMybx1f6;
  21. @property UIVisualEffectView *aOBa3f;
  22. @property UISearchBar *avIAX2;
  23. @property UIDocument *azrindbXx;
  24. @property UIEdgeInsets *axjkqy;
  25. @property UIButton *aLskY;
  26. @property UIControlEvents *aGZPik3Or;
  27. @property UILabel *azD9AfqV;
  28. @property UIButton *a6vp5mAsI;
  29. @property UIEvent *ajzk5xIF;
  30. @property UIBarButtonItem *a8BYv0kdl4;
  31. @property UIFont *aX1psEAG5Bu;
  32. @property UIFontWeight *a5SzcqlH;
  33. @property UIInputView *aJuPj;
  34. @property UIFont *aLV8WNCK;
  35. @property UIViewController *aHQ48xlf1Z;
  36. @property UIWindow *aaq2051Y;@property UIBezierPath *aLOay73Z;
  37. @property UISwitch *adCTQnM9FK;
  38. @property UIWindow *ayADVQ;@property UIImageView *aXgMmpa;
  39. @property UIControl *aWLF5;
  40. @property UIImageView *ar8Gc;
  41. @property UIEdgeInsets *abgDWP01MaV;
  42. @property UIVisualEffectView *afuH71pAKU;
  43. @property UIWindow *aTBHdqkb7Gz;@property UIDocument *a5aVE8OX;
  44. @end
  45. @interface JZPlusViewController : JZBaseViewController
  46. @property (nonatomic, weak) id<JZPlusViewControllerDelegate> delegate;
  47. @property (nonatomic, assign) BOOL isAdd;
  48. @property (nonatomic, strong) JZDayDataModel *dayDataModel;
  49. @property (nonatomic, copy) NSString *dayDataModelTime;
  50. @property UIControlEvents *akwo0;
  51. @property UISwitch *al2YT;
  52. @property UIAlertView *afXPMDI9ieQ;
  53. @property UIApplication *avXxljB0AUE;
  54. @property UIAlertView *aSxGnBZd;
  55. @property UIEvent *auBMj5p;
  56. @property UIFontWeight *afFki;
  57. @property UIBezierPath *anMybx1f6;
  58. @property UIVisualEffectView *aOBa3f;
  59. @property UISearchBar *avIAX2;
  60. @property UIDocument *azrindbXx;
  61. @property UIEdgeInsets *axjkqy;
  62. @property UIButton *aLskY;
  63. @property UIControlEvents *aGZPik3Or;
  64. @property UILabel *azD9AfqV;
  65. @property UIButton *a6vp5mAsI;
  66. @property UIEvent *ajzk5xIF;
  67. @property UIBarButtonItem *a8BYv0kdl4;
  68. @property UIFont *aX1psEAG5Bu;
  69. @property UIFontWeight *a5SzcqlH;
  70. @property UIInputView *aJuPj;
  71. @property UIFont *aLV8WNCK;
  72. @property UIViewController *aHQ48xlf1Z;
  73. @property UIWindow *aaq2051Y;@property UIBezierPath *aLOay73Z;
  74. @property UISwitch *adCTQnM9FK;
  75. @property UIWindow *ayADVQ;@property UIImageView *aXgMmpa;
  76. @property UIControl *aWLF5;
  77. @property UIImageView *ar8Gc;
  78. @property UIEdgeInsets *abgDWP01MaV;
  79. @property UIVisualEffectView *afuH71pAKU;
  80. @property UIWindow *aTBHdqkb7Gz;@property UIDocument *a5aVE8OX;
  81. @end