1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- //
- // JZSegmentView.h
- // JIZHANG
- //
- // Created by kuxuan on 2017/10/23.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class JZSegmentView ;
- @protocol JZSegmentViewDelegate<NSObject>
- - (void)segmentViewDidClick:(JZSegmentView *)seg index:(NSInteger)index;
- @property UIKeyCommand *aBqRN9DUkA;
- @property UIMenuItem *awJ0nS;
- @property UISwitch *aiqNJE;
- @property UIBarButtonItem *agsarFKGLwi;
- @property UIDevice *a7wjB3OWq;
- @property UIView *aIzuJ0jmNal;
- @property UIDocument *aK2BaYzod;
- @property UIControlEvents *a4sMG0r;
- @property UIKeyCommand *aSnbtT;
- @property UIControl *aHJTlLgWrt8;
- @property UIControl *avmIzsLjSHZ;
- @property UIBezierPath *aiOF95M2z;
- @property UIControl *aSVkMlGNYA;
- @property UIAlertView *aU7931Yd;
- @property UIEdgeInsets *aER3wSP9;
- @property UIImage *aKQMre71;
- @property UIMenuItem *a8DutqH;
- @property UIBarButtonItem *avDxcHy;
- @property UIDevice *a1CKY;
- @property UIBarButtonItem *aDOKI;
- @property UIDocument *a2nVvadZ;
- @property UICollectionView *aCEzKiaA;
- @property UIEdgeInsets *aTbfO9Uo;
- @property UIColor *aZsOSM2;
- @property UIButton *aUoTPx0F;
- @property UIDevice *akz6j7afGYu;
- @property UIView *a6nCE3Gmx;
- @property UIRegion *akv5LHo;
- @property UIWindow *aPTEJ;@end
- @interface JZSegmentView : UIView
- @property (nonatomic,assign)id<JZSegmentViewDelegate>delegate;
- @property (nonatomic,assign)NSInteger selectIndex;
- - (id)initWithFrame:(CGRect)frame SelectIndex:(NSInteger)index;
- - (instancetype)initWithFrame:(CGRect)frame segArray:(NSArray *)array;
- @property UIKeyCommand *aBqRN9DUkA;
- @property UIMenuItem *awJ0nS;
- @property UISwitch *aiqNJE;
- @property UIBarButtonItem *agsarFKGLwi;
- @property UIDevice *a7wjB3OWq;
- @property UIView *aIzuJ0jmNal;
- @property UIDocument *aK2BaYzod;
- @property UIControlEvents *a4sMG0r;
- @property UIKeyCommand *aSnbtT;
- @property UIControl *aHJTlLgWrt8;
- @property UIControl *avmIzsLjSHZ;
- @property UIBezierPath *aiOF95M2z;
- @property UIControl *aSVkMlGNYA;
- @property UIAlertView *aU7931Yd;
- @property UIEdgeInsets *aER3wSP9;
- @property UIImage *aKQMre71;
- @property UIMenuItem *a8DutqH;
- @property UIBarButtonItem *avDxcHy;
- @property UIDevice *a1CKY;
- @property UIBarButtonItem *aDOKI;
- @property UIDocument *a2nVvadZ;
- @property UICollectionView *aCEzKiaA;
- @property UIEdgeInsets *aTbfO9Uo;
- @property UIColor *aZsOSM2;
- @property UIButton *aUoTPx0F;
- @property UIDevice *akz6j7afGYu;
- @property UIView *a6nCE3Gmx;
- @property UIRegion *akv5LHo;
- @property UIWindow *aPTEJ;@end
|