ADMagazine/AdMagazine/DataViewController.h

/*
 Copyright (C) 2015 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 The view controller template describing each page in our magazine.
 */
 
@import UIKit;
 
@interface DataViewController : UIViewController
 
@property (strong, nonatomic) id dataObject;
 
@end