HelloGoodbye/AAPLMatchesViewController.h

/*
 Copyright (C) 2014 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 
  The matches view controller in the application.  Allows users to view matches suggested by the app.
  
 */
 
#import "AAPLPhotoBackgroundViewController.h"
 
@interface AAPLMatchesViewController : AAPLPhotoBackgroundViewController
 
@end