1234567891011121314151617181920212223 |
- //
- // LZMBaseViewController.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/16.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "LZMNavigationBar.h"
- @interface LZMBaseViewController : UIViewController
- @property (nonatomic, strong) LZMNavigationBar *navigationBar;
- @property UIViewController *arYQL;
- @property UIImage *aagux;
- @property UIBarButtonItem *ahdiInPFM;
- @property UIBarButtonItem *aMrCdfnvANl;
- @property UISearchBar *aur3cOoJXD;
- @property UILabel *agN89h5;
- @property UIBarButtonItem *aE1NrfMS;
- @end
|