AVMovieEditor/AVMovieEditor/AAPLDocument.h

/*
    Copyright (C) 2015 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    The 'AAPLDocument' provides a way for documents to be opened and backed by AVMovie. This document does work to ensure that the documents that are saved and opened are compatible with the underlying AVMovie.
 */
 
#import <Cocoa/Cocoa.h>
 
@interface AAPLDocument : NSDocument
 
@end