TableSearch/TableSearch/APLMainTableViewController.h

/*
 Copyright (C) 2015 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 The application's primary table view controller showing a list of products.
 */
 
#import "APLBaseTableViewController.h"
 
@interface APLMainTableViewController : APLBaseTableViewController
 
@property (nonatomic, copy) NSArray *products;
 
@end