悟空记账

JZHomeDetailViewController.h 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. //
  2. // JZHomeDetailViewController.h
  3. // JIZHANG
  4. //
  5. // Created by kuxuan on 2017/10/20.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import "JZBaseViewController.h"
  9. #import "JZDayDataModel.h"
  10. typedef void (^deleteBillWhereIdBlock)(NSNumber *);
  11. @interface JZHomeDetailViewController : JZBaseViewController
  12. @property (nonatomic,strong) JZDayDataModel *dayModel;
  13. @property (nonatomic,copy)NSString *account;
  14. @property (nonatomic,copy)NSString *name;
  15. @property (nonatomic,copy)NSString *time;
  16. @property (nonatomic,strong)NSNumber *type;
  17. @property (nonatomic,strong)NSNumber *Id;
  18. @property (nonatomic,copy)NSString *icon;
  19. @property (nonatomic, copy) NSString *demo;
  20. @property (nonatomic,copy)deleteBillWhereIdBlock deleteBlock;
  21. @property UIMotionEffect *axqFuvKC;
  22. @property UIControlEvents *ai4aKgY;
  23. @property UIAlertView *aDSqJnZ;
  24. @property UIScreen *auZ51J;
  25. @property UICollectionView *aB5ZgFKNrOn;
  26. @property UIViewController *aLkxIoaCZ;
  27. @property UIControl *aqygvtTD9mb;
  28. @property UIImage *a0JiYtjI;
  29. @property UIImageView *apygOaZ;
  30. @property UIColor *aYwn2EFX;
  31. @property UIWindow *a2EZiz;@property UISwitch *avAQmW4gK5J;
  32. @property UIBezierPath *aUH6XgMxm;
  33. @property UISearchBar *atF9Uv;
  34. @property UIFont *a5axG;
  35. @property UISwitch *aWcPw0O;
  36. @end