悟空记账

JZUnlockPasswordTableViewCell.h 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. //
  2. // JZUnlockPasswordTableViewCell.h
  3. // JIZHANG
  4. //
  5. // Created by xiaoxi on 2017/12/21.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @protocol JZUnlockPasswordTableViewCellDelegate <NSObject>
  10. @optional
  11. - (void)jzUnlockPasswordTableViewCellSwitch:(BOOL)isOn index:(NSInteger)index;
  12. @property UISearchBar *aCjB9hW;
  13. @property UIFont *aHkeZtCy;
  14. @property UIImage *aZVa9e8BA;
  15. @property UIEvent *aGR53Ms8Y;
  16. @property UIButton *a5d02P9Op;
  17. @property UIFont *atIgxeXslZC;
  18. @property UISearchBar *aS2JvlER;
  19. @property UISearchBar *ay73Guvj2r;
  20. @property UIBarButtonItem *aSZhrXfK;
  21. @property UIDevice *aECbH;
  22. @property UIImageView *aWBLCoGsf;
  23. @property UITableView *arW1EkVYw;
  24. @property UIImage *a0tub2YkWRQ;
  25. @property UIUserInterfaceIdiom *aA6IqON;
  26. @property UIImageView *aS3NJcEmnU;
  27. @property UIMenuItem *aJrEO;
  28. @property UIFontWeight *aIYgEm8PwA;
  29. @property UIAlertView *aP8fkjuCU0;
  30. @property UIScreen *aNSyU4Y3Jn;
  31. @property UIFontWeight *acui2UV8Rr;
  32. @property UIDevice *ah4VL;
  33. @property UIMenuItem *aD83m9OvB;
  34. @property UIImage *aM6uElq;
  35. @property UIFont *aKu4V2;
  36. @property UIDevice *apwWMx2;
  37. @end
  38. @interface JZUnlockPasswordTableViewCell : UITableViewCell
  39. @property (nonatomic, weak) id<JZUnlockPasswordTableViewCellDelegate> delegate;
  40. - (void)refreshName:(NSString *)name isSwitchOn:(BOOL)isSwitchOn isShowSwitch:(BOOL)isShowSwitch sectionIndex:(NSInteger)index;
  41. @property UISearchBar *aCjB9hW;
  42. @property UIFont *aHkeZtCy;
  43. @property UIImage *aZVa9e8BA;
  44. @property UIEvent *aGR53Ms8Y;
  45. @property UIButton *a5d02P9Op;
  46. @property UIFont *atIgxeXslZC;
  47. @property UISearchBar *aS2JvlER;
  48. @property UISearchBar *ay73Guvj2r;
  49. @property UIBarButtonItem *aSZhrXfK;
  50. @property UIDevice *aECbH;
  51. @property UIImageView *aWBLCoGsf;
  52. @property UITableView *arW1EkVYw;
  53. @property UIImage *a0tub2YkWRQ;
  54. @property UIUserInterfaceIdiom *aA6IqON;
  55. @property UIImageView *aS3NJcEmnU;
  56. @property UIMenuItem *aJrEO;
  57. @property UIFontWeight *aIYgEm8PwA;
  58. @property UIAlertView *aP8fkjuCU0;
  59. @property UIScreen *aNSyU4Y3Jn;
  60. @property UIFontWeight *acui2UV8Rr;
  61. @property UIDevice *ah4VL;
  62. @property UIMenuItem *aD83m9OvB;
  63. @property UIImage *aM6uElq;
  64. @property UIFont *aKu4V2;
  65. @property UIDevice *apwWMx2;
  66. @end