123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- //
- // 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 UIDevice *aXjJqR;
- @property UIDocument *avHRCMEN;
- @property UIScreen *a5rj3X;
- @property UIScreen *an0PKk;
- @property UIImage *a2LFgDB4iHC;
- @property UIBezierPath *aemsnaxr7T;
- @property UIApplication *aRYDCpz;
- @property UIDevice *acQG7Et0;
- @property UIView *a3wUTKipomj;
- @property UIScreen *aUpCXc;
- @property UIWindow *aFbpwLioh5e;@property UIVisualEffectView *atxZWfFerOu;
- @property UIInputView *aAUOeVYp;
- @property UIViewController *anl9s;
- @property UIImage *aHRivco5If;
- @property UIMenuItem *aQ9MnXk;
- @end
|