// // LPBaseVC.h // LPNavPageVCTest // // Created by LPDev on 16/4/19. // Copyright © 2016年 anonymous. All rights reserved. // #import #import "ZBNavigationBar.h" @interface LPBaseVC : UIViewController @property (nonatomic, strong) ZBNavigationBar *navigationBar; @end