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 |
Copyright © 2015 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2015-08-13