- //
- // WQNavigationBar.h
- // QKHC-BPlus
- //
- // Created by 吴纯磊 on 2018/7/30.
- // Copyright © 2018年 乾坤好车. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface WQNavigationBar : UIView
- @property (strong,nonatomic) IBOutlet NSLayoutConstraint *height;
- @end
|