// // NBModalPushPopTransition.h // NewsBlur // // Created by David Sinclair on 2015-10-23. // Copyright © 2015 NewsBlur. All rights reserved. // #import @interface NBModalPushPopTransition : UIPercentDrivenInteractiveTransition @property (nonatomic) BOOL dismissing; @property (nonatomic) BOOL percentageDriven; @end