线上所有马甲包模板,与《猎豆》同UI。域名zhuadd

LPBaseVC.h 298B

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 "HSQNavigationBar.h"
  10. @interface LPBaseVC : UIViewController
  11. @property (nonatomic, strong) HSQNavigationBar *navigationBar;
  12. @end