悟空记账

JZPhoneLoginViewController.h 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. //
  2. // JZPhoneLoginViewController.h
  3. // JIZHANG
  4. //
  5. // Created by jikaipeng on 2017/10/26.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import "JZBaseViewController.h"
  9. #import "JZNavigationViewController.h"
  10. @protocol JZPhoneLoginViewControllerDelegate <NSObject>
  11. -(void)loginCancelAction;
  12. @property UIButton *aTgHhxYRqL3;
  13. @property UIVisualEffectView *aaJNQpBI49;
  14. @property UIButton *a7CMk1KY;
  15. @property UIUserInterfaceIdiom *aQZigCs;
  16. @property UIBarButtonItem *abr5zM;
  17. @property UIEvent *aBkOijV8sUt;
  18. @property UIScreen *aBIgUzR;
  19. @property UIWindow *agEYKAI52yM;@property UIDocument *a3A2DOWuZ;
  20. @property UIBarButtonItem *agWQl0;
  21. @property UIActivity *anskg4A5Vvz;
  22. @property UIUserInterfaceIdiom *ajMuR4Pb;
  23. @property UIAlertView *aD8s9;
  24. @property UIScreen *ae8CDLf;
  25. @end
  26. @interface JZPhoneLoginViewController : JZBaseViewController
  27. @property (nonatomic, copy) NSString *vcClassStr;
  28. @property (nonatomic, copy) void(^loginCompleteBlock)(void);
  29. @property (nonatomic, copy) void(^loginCancelBlock)(void);
  30. @property (nonatomic, weak) id<JZPhoneLoginViewControllerDelegate> delegate;
  31. @property UIButton *aTgHhxYRqL3;
  32. @property UIVisualEffectView *aaJNQpBI49;
  33. @property UIButton *a7CMk1KY;
  34. @property UIUserInterfaceIdiom *aQZigCs;
  35. @property UIBarButtonItem *abr5zM;
  36. @property UIEvent *aBkOijV8sUt;
  37. @property UIScreen *aBIgUzR;
  38. @property UIWindow *agEYKAI52yM;@property UIDocument *a3A2DOWuZ;
  39. @property UIBarButtonItem *agWQl0;
  40. @property UIActivity *anskg4A5Vvz;
  41. @property UIUserInterfaceIdiom *ajMuR4Pb;
  42. @property UIAlertView *aD8s9;
  43. @property UIScreen *ae8CDLf;
  44. @end