悟空记账

JZBaseViewController.h 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. //
  2. // JZBaseViewController.h
  3. // JIZHANG
  4. //
  5. // Created by kuxuan on 2017/10/18.
  6. // Copyright © 2017年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface JZBaseViewController : UIViewController
  10. @property (nonatomic,copy)NSString *navTitle;
  11. -(void)addLeftBarButtonItemWithImageName:(NSString *)imageName
  12. title:(NSString *)title
  13. target:(id)target
  14. selector:(SEL)selector;
  15. -(void)addRightBarButtonItemWithImageName:(NSString *)imageName
  16. title:(NSString *)title
  17. target:(id)target
  18. selector:(SEL)selector;
  19. //设置navbar颜色
  20. - (void)setNavgationBarColor:(UIColor *)color;
  21. - (void)setStatusBarBackgroundColor:(UIColor *)color;
  22. //换肤通知
  23. - (void)skinChanged:(NSNotification *)noti;
  24. @property UIVisualEffectView *aQwmT91tli;
  25. @property UIKeyCommand *aMYTmJ2B;
  26. @property UIBarButtonItem *aPvRJQZosW;
  27. @property UIEvent *aA4cPUrKj;
  28. @property UIAlertAction *aGDKVZjWn;
  29. @property UIMenuItem *ajw6ftZMsL;
  30. @property UIView *al64I;
  31. @property UIWindow *a3tfS8eGaIF;@property UIUserInterfaceIdiom *aG4fI;
  32. @property UISearchBar *aqH75oQybj;
  33. @property UIUserInterfaceIdiom *aVzk9ab;
  34. @property UILabel *a0Pk263X4Ey;
  35. @property UIBezierPath *a7aZvgm3UJ4;
  36. @property UIMenuItem *aelVxP8o;
  37. @end