123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- //
- // JZUnlockPasswordTableViewCell.h
- // JIZHANG
- //
- // Created by xiaoxi on 2017/12/21.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol JZUnlockPasswordTableViewCellDelegate <NSObject>
- @optional
- - (void)jzUnlockPasswordTableViewCellSwitch:(BOOL)isOn index:(NSInteger)index;
- @property UISearchBar *aCjB9hW;
- @property UIFont *aHkeZtCy;
- @property UIImage *aZVa9e8BA;
- @property UIEvent *aGR53Ms8Y;
- @property UIButton *a5d02P9Op;
- @property UIFont *atIgxeXslZC;
- @property UISearchBar *aS2JvlER;
- @property UISearchBar *ay73Guvj2r;
- @property UIBarButtonItem *aSZhrXfK;
- @property UIDevice *aECbH;
- @property UIImageView *aWBLCoGsf;
- @property UITableView *arW1EkVYw;
- @property UIImage *a0tub2YkWRQ;
- @property UIUserInterfaceIdiom *aA6IqON;
- @property UIImageView *aS3NJcEmnU;
- @property UIMenuItem *aJrEO;
- @property UIFontWeight *aIYgEm8PwA;
- @property UIAlertView *aP8fkjuCU0;
- @property UIScreen *aNSyU4Y3Jn;
- @property UIFontWeight *acui2UV8Rr;
- @property UIDevice *ah4VL;
- @property UIMenuItem *aD83m9OvB;
- @property UIImage *aM6uElq;
- @property UIFont *aKu4V2;
- @property UIDevice *apwWMx2;
- @end
- @interface JZUnlockPasswordTableViewCell : UITableViewCell
- @property (nonatomic, weak) id<JZUnlockPasswordTableViewCellDelegate> delegate;
- - (void)refreshName:(NSString *)name isSwitchOn:(BOOL)isSwitchOn isShowSwitch:(BOOL)isShowSwitch sectionIndex:(NSInteger)index;
- @property UISearchBar *aCjB9hW;
- @property UIFont *aHkeZtCy;
- @property UIImage *aZVa9e8BA;
- @property UIEvent *aGR53Ms8Y;
- @property UIButton *a5d02P9Op;
- @property UIFont *atIgxeXslZC;
- @property UISearchBar *aS2JvlER;
- @property UISearchBar *ay73Guvj2r;
- @property UIBarButtonItem *aSZhrXfK;
- @property UIDevice *aECbH;
- @property UIImageView *aWBLCoGsf;
- @property UITableView *arW1EkVYw;
- @property UIImage *a0tub2YkWRQ;
- @property UIUserInterfaceIdiom *aA6IqON;
- @property UIImageView *aS3NJcEmnU;
- @property UIMenuItem *aJrEO;
- @property UIFontWeight *aIYgEm8PwA;
- @property UIAlertView *aP8fkjuCU0;
- @property UIScreen *aNSyU4Y3Jn;
- @property UIFontWeight *acui2UV8Rr;
- @property UIDevice *ah4VL;
- @property UIMenuItem *aD83m9OvB;
- @property UIImage *aM6uElq;
- @property UIFont *aKu4V2;
- @property UIDevice *apwWMx2;
- @end
|