SamplePhotosApp/AAPLRootListViewController.h

/*
 Copyright (C) 2014 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 
  The view controller displaying the root list of the app.
  
 */
 
@import UIKit;
 
@interface AAPLRootListViewController : UITableViewController
 
@end