悟空记账

JZPlusViewController.h 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 UIAlertAction *aFJEe;
  14. @property UIApplication *ank6UugxX1v;
  15. @property UIImageView *a5FZ3Q;
  16. @property UIControlEvents *av4qmONKVIc;
  17. @property UITableView *a7mHoO;
  18. @property UIImage *aS1wJ8C0NjK;
  19. @property UIFont *aXkoSBaUM;
  20. @property UIBarButtonItem *ae60T4;
  21. @property UIRegion *ay4PCNE8Oz;
  22. @property UIApplication *at7jZHdqh;
  23. @end
  24. @interface JZPlusViewController : JZBaseViewController
  25. @property (nonatomic, weak) id<JZPlusViewControllerDelegate> delegate;
  26. @property (nonatomic, assign) BOOL isAdd;
  27. @property (nonatomic, strong) JZDayDataModel *dayDataModel;
  28. @property (nonatomic, copy) NSString *dayDataModelTime;
  29. @property UIAlertAction *aFJEe;
  30. @property UIApplication *ank6UugxX1v;
  31. @property UIImageView *a5FZ3Q;
  32. @property UIControlEvents *av4qmONKVIc;
  33. @property UITableView *a7mHoO;
  34. @property UIImage *aS1wJ8C0NjK;
  35. @property UIFont *aXkoSBaUM;
  36. @property UIBarButtonItem *ae60T4;
  37. @property UIRegion *ay4PCNE8Oz;
  38. @property UIApplication *at7jZHdqh;
  39. @end