Objective-C/UICatalog/AAPLSearchShowResultsInSourceViewController.h
/* |
Copyright (C) 2015 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
A view controller that demonstrates how to show search results from a search controller within the source view controller (in this case, in the table view's header view). |
*/ |
#import "AAPLSearchResultsViewController.h" |
@interface AAPLSearchShowResultsInSourceViewController : AAPLSearchResultsViewController |
@end |