CustomTransitions/AAPLExternalStoryboardSegue.h

/*
 Copyright (C) 2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 A custom storyboard segue that loads its destination view controller from an
  external storyboard (named by the segue's identifier), then presents it 
  modally.
 */
 
@import UIKit;
 
@interface AAPLExternalStoryboardSegue : UIStoryboardSegue
@end