// // DDNavigationControllerDelegateReceiver.h // DDBasicControlsKit_Private // Created by DDIsFriend on 2022/9/20. #import NS_ASSUME_NONNULL_BEGIN @interface DDNavigationControllerDelegateReceiver : NSObject @property (nonatomic, strong, nullable)UIPercentDrivenInteractiveTransition *percentDrivenInteractiveTransition; @end NS_ASSUME_NONNULL_END