CustomTransitions/Slide/AAPLSlideTransitionInteractionController.h

/*
 Copyright (C) 2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 The interaction controller for the Slide demo.
 */
 
@import UIKit;
 
@interface AAPLSlideTransitionInteractionController : UIPercentDrivenInteractiveTransition
 
- (instancetype)initWithGestureRecognizer:(UIPanGestureRecognizer *)gestureRecognizer NS_DESIGNATED_INITIALIZER;
 
- (instancetype)init NS_UNAVAILABLE;
 
@end