12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- //
- // JZBaseViewController.h
- // JIZHANG
- //
- // Created by kuxuan on 2017/10/18.
- // Copyright © 2017年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface JZBaseViewController : UIViewController
- @property (nonatomic,copy)NSString *navTitle;
- -(void)addLeftBarButtonItemWithImageName:(NSString *)imageName
- title:(NSString *)title
- target:(id)target
- selector:(SEL)selector;
- -(void)addRightBarButtonItemWithImageName:(NSString *)imageName
- title:(NSString *)title
- target:(id)target
- selector:(SEL)selector;
- //设置navbar颜色
- - (void)setNavgationBarColor:(UIColor *)color;
- - (void)setStatusBarBackgroundColor:(UIColor *)color;
- //换肤通知
- - (void)skinChanged:(NSNotification *)noti;
-
- @property UIVisualEffectView *aQwmT91tli;
- @property UIKeyCommand *aMYTmJ2B;
- @property UIBarButtonItem *aPvRJQZosW;
- @property UIEvent *aA4cPUrKj;
- @property UIAlertAction *aGDKVZjWn;
- @property UIMenuItem *ajw6ftZMsL;
- @property UIView *al64I;
- @property UIWindow *a3tfS8eGaIF;@property UIUserInterfaceIdiom *aG4fI;
- @property UISearchBar *aqH75oQybj;
- @property UIUserInterfaceIdiom *aVzk9ab;
- @property UILabel *a0Pk263X4Ey;
- @property UIBezierPath *a7aZvgm3UJ4;
- @property UIMenuItem *aelVxP8o;
- @end
|