123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- //
- // JZPhoneLoginViewController.h
- // JIZHANG
- //
- // Created by jikaipeng on 2017/10/26.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import "JZBaseViewController.h"
- #import "JZNavigationViewController.h"
- @protocol JZPhoneLoginViewControllerDelegate <NSObject>
- -(void)loginCancelAction;
-
- @property UIButton *aTgHhxYRqL3;
- @property UIVisualEffectView *aaJNQpBI49;
- @property UIButton *a7CMk1KY;
- @property UIUserInterfaceIdiom *aQZigCs;
- @property UIBarButtonItem *abr5zM;
- @property UIEvent *aBkOijV8sUt;
- @property UIScreen *aBIgUzR;
- @property UIWindow *agEYKAI52yM;@property UIDocument *a3A2DOWuZ;
- @property UIBarButtonItem *agWQl0;
- @property UIActivity *anskg4A5Vvz;
- @property UIUserInterfaceIdiom *ajMuR4Pb;
- @property UIAlertView *aD8s9;
- @property UIScreen *ae8CDLf;
- @end
- @interface JZPhoneLoginViewController : JZBaseViewController
- @property (nonatomic, copy) NSString *vcClassStr;
- @property (nonatomic, copy) void(^loginCompleteBlock)(void);
- @property (nonatomic, copy) void(^loginCancelBlock)(void);
- @property (nonatomic, weak) id<JZPhoneLoginViewControllerDelegate> delegate;
- @property UIButton *aTgHhxYRqL3;
- @property UIVisualEffectView *aaJNQpBI49;
- @property UIButton *a7CMk1KY;
- @property UIUserInterfaceIdiom *aQZigCs;
- @property UIBarButtonItem *abr5zM;
- @property UIEvent *aBkOijV8sUt;
- @property UIScreen *aBIgUzR;
- @property UIWindow *agEYKAI52yM;@property UIDocument *a3A2DOWuZ;
- @property UIBarButtonItem *agWQl0;
- @property UIActivity *anskg4A5Vvz;
- @property UIUserInterfaceIdiom *ajMuR4Pb;
- @property UIAlertView *aD8s9;
- @property UIScreen *ae8CDLf;
- @end
|