12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- //
- // JZBudgetTableViewCell.h
- // JIZHANG
- //
- // Created by kuxuan on 2017/12/27.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol JZBudgetTableViewCellDelegate <NSObject>
- @optional
- - (void)JZBudgetTableViewCellSwitch:(BOOL)isOn index:(NSInteger)index;
- @property UIDocument *a4kDi5r;
- @property UIControl *aMWDpa;
- @property UIView *arKEBiO;
- @property UIAlertView *awrO5XcPh;
- @property UIScreen *aOXbNspq86n;
- @property UIDocument *alL3Vj;
- @property UIUserInterfaceIdiom *ajvFSw4nl5q;
- @property UIImageView *afj8zWIt;
- @property UIButton *aThti2kC;
- @property UIControlEvents *at9PEKMez;
- @property UIBezierPath *akxeif;
- @property UIControl *aMcCqKkpUL;
- @property UIButton *a7KMjG;
- @property UIAlertAction *aMhJo8S;
- @property UIImage *a6PuT70zZ;
- @property UIButton *ayFc4VL;
- @property UIFontWeight *apxWBlU7QH;
- @property UIButton *aqUrb;
- @property UIAlertAction *agT34;
- @property UIActivity *ampAX0jTV;
- @property UIInputView *akqSm;
- @end
- @interface JZBudgetTableViewCell : UITableViewCell
- @property (nonatomic, weak) id<JZBudgetTableViewCellDelegate> delegate;
- - (void)refreshName:(NSString *)name isSwitchOn:(BOOL)isSwitchOn isShowSwitch:(BOOL)isShowSwitch sectionIndex:(NSInteger)index;
- @property (nonatomic,strong)UILabel *explainLabel;
- @property (nonatomic,copy)NSString *detailString;
- @property UIDocument *a4kDi5r;
- @property UIControl *aMWDpa;
- @property UIView *arKEBiO;
- @property UIAlertView *awrO5XcPh;
- @property UIScreen *aOXbNspq86n;
- @property UIDocument *alL3Vj;
- @property UIUserInterfaceIdiom *ajvFSw4nl5q;
- @property UIImageView *afj8zWIt;
- @property UIButton *aThti2kC;
- @property UIControlEvents *at9PEKMez;
- @property UIBezierPath *akxeif;
- @property UIControl *aMcCqKkpUL;
- @property UIButton *a7KMjG;
- @property UIAlertAction *aMhJo8S;
- @property UIImage *a6PuT70zZ;
- @property UIButton *ayFc4VL;
- @property UIFontWeight *apxWBlU7QH;
- @property UIButton *aqUrb;
- @property UIAlertAction *agT34;
- @property UIActivity *ampAX0jTV;
- @property UIInputView *akqSm;
- @end
|