MyDocument.h

/*
 Copyright (C) 2017 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 PDFAnnotation Editor's custom subclass of NSDocument. This is used to drive
         the MyDocument.nib file.
*/ 
 
// =====================================================================================================================
//  MyDocument.h
// =====================================================================================================================
 
 
#import <Cocoa/Cocoa.h>
 
 
@interface MyDocument : NSDocument
{
}
@end