PackagedDocument/ImageViewController.h

/*
 Copyright (C) 2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 The view controller used for displaying the image portion of "NotesDocument".
 */
 
@import UIKit;
 
@interface ImageViewController : UIViewController
 
@property (nonatomic, strong) UIImage *image;
 
@end