https://developer.apple.com/library/ios/samplecode/UICatalog/Introduction/Intro.html
12 lines
203 B
Objective-C
12 lines
203 B
Objective-C
//
|
|
// AAPLCatalogTableTableViewController.h
|
|
// UICatalog
|
|
//
|
|
// Created by Ryan Olson on 7/17/14.
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AAPLCatalogTableTableViewController : UITableViewController
|
|
|
|
@end
|