财神随手记账

JZSegmentView.h 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. //
  2. // JZSegmentView.h
  3. // JIZHANG
  4. //
  5. // Created by kuxuan on 2017/10/23.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class JZSegmentView ;
  10. @protocol JZSegmentViewDelegate<NSObject>
  11. - (void)segmentViewDidClick:(JZSegmentView *)seg index:(NSInteger)index;
  12. @property UIKeyCommand *aBqRN9DUkA;
  13. @property UIMenuItem *awJ0nS;
  14. @property UISwitch *aiqNJE;
  15. @property UIBarButtonItem *agsarFKGLwi;
  16. @property UIDevice *a7wjB3OWq;
  17. @property UIView *aIzuJ0jmNal;
  18. @property UIDocument *aK2BaYzod;
  19. @property UIControlEvents *a4sMG0r;
  20. @property UIKeyCommand *aSnbtT;
  21. @property UIControl *aHJTlLgWrt8;
  22. @property UIControl *avmIzsLjSHZ;
  23. @property UIBezierPath *aiOF95M2z;
  24. @property UIControl *aSVkMlGNYA;
  25. @property UIAlertView *aU7931Yd;
  26. @property UIEdgeInsets *aER3wSP9;
  27. @property UIImage *aKQMre71;
  28. @property UIMenuItem *a8DutqH;
  29. @property UIBarButtonItem *avDxcHy;
  30. @property UIDevice *a1CKY;
  31. @property UIBarButtonItem *aDOKI;
  32. @property UIDocument *a2nVvadZ;
  33. @property UICollectionView *aCEzKiaA;
  34. @property UIEdgeInsets *aTbfO9Uo;
  35. @property UIColor *aZsOSM2;
  36. @property UIButton *aUoTPx0F;
  37. @property UIDevice *akz6j7afGYu;
  38. @property UIView *a6nCE3Gmx;
  39. @property UIRegion *akv5LHo;
  40. @property UIWindow *aPTEJ;@end
  41. @interface JZSegmentView : UIView
  42. @property (nonatomic,assign)id<JZSegmentViewDelegate>delegate;
  43. @property (nonatomic,assign)NSInteger selectIndex;
  44. - (id)initWithFrame:(CGRect)frame SelectIndex:(NSInteger)index;
  45. - (instancetype)initWithFrame:(CGRect)frame segArray:(NSArray *)array;
  46. @property UIKeyCommand *aBqRN9DUkA;
  47. @property UIMenuItem *awJ0nS;
  48. @property UISwitch *aiqNJE;
  49. @property UIBarButtonItem *agsarFKGLwi;
  50. @property UIDevice *a7wjB3OWq;
  51. @property UIView *aIzuJ0jmNal;
  52. @property UIDocument *aK2BaYzod;
  53. @property UIControlEvents *a4sMG0r;
  54. @property UIKeyCommand *aSnbtT;
  55. @property UIControl *aHJTlLgWrt8;
  56. @property UIControl *avmIzsLjSHZ;
  57. @property UIBezierPath *aiOF95M2z;
  58. @property UIControl *aSVkMlGNYA;
  59. @property UIAlertView *aU7931Yd;
  60. @property UIEdgeInsets *aER3wSP9;
  61. @property UIImage *aKQMre71;
  62. @property UIMenuItem *a8DutqH;
  63. @property UIBarButtonItem *avDxcHy;
  64. @property UIDevice *a1CKY;
  65. @property UIBarButtonItem *aDOKI;
  66. @property UIDocument *a2nVvadZ;
  67. @property UICollectionView *aCEzKiaA;
  68. @property UIEdgeInsets *aTbfO9Uo;
  69. @property UIColor *aZsOSM2;
  70. @property UIButton *aUoTPx0F;
  71. @property UIDevice *akz6j7afGYu;
  72. @property UIView *a6nCE3Gmx;
  73. @property UIRegion *akv5LHo;
  74. @property UIWindow *aPTEJ;@end