HelloGoodbye/AAPLStartViewController.h

/*
 Copyright (C) 2014 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 
  The first view controller in the application.  Shows the application logo and navigation buttons.
  
 */
 
#import "AAPLPhotoBackgroundViewController.h"
 
@interface AAPLStartViewController : AAPLPhotoBackgroundViewController
 
@end