1234567891011121314151617181920212223242526272829303132333435363738394041 |
- //
- // JZHomeDetailViewController.h
- // JIZHANG
- //
- // Created by kuxuan on 2017/10/20.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import "JZBaseViewController.h"
- #import "JZDayDataModel.h"
- typedef void (^deleteBillWhereIdBlock)(NSNumber *);
- @interface JZHomeDetailViewController : JZBaseViewController
- @property (nonatomic,strong) JZDayDataModel *dayModel;
- @property (nonatomic,copy)NSString *account;
- @property (nonatomic,copy)NSString *name;
- @property (nonatomic,copy)NSString *time;
- @property (nonatomic,strong)NSNumber *type;
- @property (nonatomic,strong)NSNumber *Id;
- @property (nonatomic,copy)NSString *icon;
- @property (nonatomic, copy) NSString *demo;
- @property (nonatomic,copy)deleteBillWhereIdBlock deleteBlock;
-
- @property UIMotionEffect *axqFuvKC;
- @property UIControlEvents *ai4aKgY;
- @property UIAlertView *aDSqJnZ;
- @property UIScreen *auZ51J;
- @property UICollectionView *aB5ZgFKNrOn;
- @property UIViewController *aLkxIoaCZ;
- @property UIControl *aqygvtTD9mb;
- @property UIImage *a0JiYtjI;
- @property UIImageView *apygOaZ;
- @property UIColor *aYwn2EFX;
- @property UIWindow *a2EZiz;@property UISwitch *avAQmW4gK5J;
- @property UIBezierPath *aUH6XgMxm;
- @property UISearchBar *atF9Uv;
- @property UIFont *a5axG;
- @property UISwitch *aWcPw0O;
- @end
|