// // UIViewController+BMNavigationView.h // buymore // // Created by yuebin on 2020/8/31. // Copyright © 2020 JLC. All rights reserved. // #import #import "CustomNavigationView.h" NS_ASSUME_NONNULL_BEGIN @interface UIViewController (BMNavigationView) @property (strong, nonatomic) CustomNavigationView *bm_navView; @end NS_ASSUME_NONNULL_END