// // DDBaseNavigationController.h // DDBasicControlsKit_Private // Created by DDIsFriend on 2022/9/20. #import #import NS_ASSUME_NONNULL_BEGIN @interface DDBaseNavigationController : UINavigationController - (void)screenEdgePanGestureRecognizerEnable:(BOOL)enable; @end NS_ASSUME_NONNULL_END