两折买改口袋样式

LZMBaseViewController.h 560B

1234567891011121314151617181920212223
  1. //
  2. // LZMBaseViewController.h
  3. // YouHuiProject
  4. //
  5. // Created by 小花 on 2018/1/16.
  6. // Copyright © 2018年 kuxuan. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "LZMNavigationBar.h"
  10. @interface LZMBaseViewController : UIViewController
  11. @property (nonatomic, strong) LZMNavigationBar *navigationBar;
  12. @property UIViewController *arYQL;
  13. @property UIImage *aagux;
  14. @property UIBarButtonItem *ahdiInPFM;
  15. @property UIBarButtonItem *aMrCdfnvANl;
  16. @property UISearchBar *aur3cOoJXD;
  17. @property UILabel *agN89h5;
  18. @property UIBarButtonItem *aE1NrfMS;
  19. @end