CustomTransitions/Custom Presentation/AAPLCustomPresentationSecondViewController.h

/*
 Copyright (C) 2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 The second view controller for the Custom Presentation demo.
 */
 
@import UIKit;
 
@interface AAPLCustomPresentationSecondViewController : UIViewController
@end