VocalEasel/Sources/VLAIFFDocument.h

19 lines
314 B
C
Raw Permalink Normal View History

2008-05-29 18:54:30 +00:00
//
// File: VLAIFFDocument.h - Export document in AIFF format
//
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2008 Matthias Neeracher
//
#import <Cocoa/Cocoa.h>
#import "VLDocument.h"
@interface VLDocument (AIFF)
- (NSFileWrapper *)aiffFileWrapperWithError:(NSError **)outError;
@end