CustomTransitions/Cross Dissolve/AAPLCrossDissolveSecondViewController.h

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