PhotoMap/PhotosViewController/DataViewController.h

/*
 Copyright (C) 2018 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 The view controller representing each page in PhotosViewController.
 */
 
@import UIKit;
 
@class PhotoAnnotation;
 
@interface DataViewController : UIViewController
 
@property (strong, nonatomic) PhotoAnnotation *dataObject;
 
@end