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