HelloGoodbye/AAPLProfileViewController.h

/*
 Copyright (C) 2014 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 
  The profile view controller in the application.  Allows users to view, edit, and preview their profile.
  
 */
 
#import "AAPLPhotoBackgroundViewController.h"
 
@interface AAPLProfileViewController : AAPLPhotoBackgroundViewController
 
@end