dkahgld

LPBaseVC.h 296B

1234567891011121314151617
  1. //
  2. // LPBaseVC.h
  3. // LPNavPageVCTest
  4. //
  5. // Created by LPDev on 16/4/19.
  6. // Copyright © 2016年 anonymous. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "ZBNavigationBar.h"
  10. @interface LPBaseVC : UIViewController
  11. @property (nonatomic, strong) ZBNavigationBar *navigationBar;
  12. @end