CloudPhotos (iOS)/CloudPhotos/APLPhotoViewController.h

/*
 Copyright (C) 2017 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 The view controller responsible for showing the actual CKRecord photo.
 */
 
@import UIKit;
 
@interface APLPhotoViewController : UIViewController
 
@property (nonatomic, strong) UIImage *photo;
 
@end