1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- //
- // JZPlusChooseView.h
- // JIZHANG
- //
- // Created by xiaoxi on 2017/10/25.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @protocol JZPlusChooseViewDelegate <NSObject>
- - (void)jzPlusChooseViewAction:(NSString *)type;
- @property UISearchBar *aOEYRH8ks;
- @property UIFont *aEOzqQtA6;
- @property UIAlertAction *at9fM;
- @property UISearchBar *aYDRcbXVol;
- @property UITableView *aZYkbwdN;
- @property UIKeyCommand *as4bNg;
- @property UIScreen *aJQrbgTvp;
- @property UITableView *aGBz4SdKM;
- @property UIMotionEffect *aRlkC4n7MGW;
- @property UIEdgeInsets *aMdshJQE;
- @property UIColor *arQqJW;
- @property UIImage *abrHu3Rhal5;
- @property UIViewController *aPplIOw;
- @property UIUserInterfaceIdiom *av48XC1dT;
- @property UIInputView *aAGlZedqmXf;
- @property UIButton *alKfAtnaT;
- @property UIApplication *anOoKBz8;
- @property UIWindow *av0ibJcxQ;@property UIRegion *aY7PcSy;
- @property UIBarButtonItem *aleEVXdgHI;
- @property UIAlertView *ajx29GHvz;
- @property UIButton *aCrNQ;
- @property UIEdgeInsets *abTpW;
- @property UIFont *aegAmV;
- @property UITableView *anr2gN;
- @property UIMenuItem *aTqQKS;
- @property UITableView *aFvMm;
- @property UIViewController *aDEe1o;
- @property UILabel *aXO6UjYR9dr;
- @end
- @interface JZPlusChooseView : UIView
- @property (nonatomic, weak) id<JZPlusChooseViewDelegate> delegate;
- - (void)showType:(NSString *)type;
- @property UISearchBar *aOEYRH8ks;
- @property UIFont *aEOzqQtA6;
- @property UIAlertAction *at9fM;
- @property UISearchBar *aYDRcbXVol;
- @property UITableView *aZYkbwdN;
- @property UIKeyCommand *as4bNg;
- @property UIScreen *aJQrbgTvp;
- @property UITableView *aGBz4SdKM;
- @property UIMotionEffect *aRlkC4n7MGW;
- @property UIEdgeInsets *aMdshJQE;
- @property UIColor *arQqJW;
- @property UIImage *abrHu3Rhal5;
- @property UIViewController *aPplIOw;
- @property UIUserInterfaceIdiom *av48XC1dT;
- @property UIInputView *aAGlZedqmXf;
- @property UIButton *alKfAtnaT;
- @property UIApplication *anOoKBz8;
- @property UIWindow *av0ibJcxQ;@property UIRegion *aY7PcSy;
- @property UIBarButtonItem *aleEVXdgHI;
- @property UIAlertView *ajx29GHvz;
- @property UIButton *aCrNQ;
- @property UIEdgeInsets *abTpW;
- @property UIFont *aegAmV;
- @property UITableView *anr2gN;
- @property UIMenuItem *aTqQKS;
- @property UITableView *aFvMm;
- @property UIViewController *aDEe1o;
- @property UILabel *aXO6UjYR9dr;
- @end
|