VocalEasel/Sources/VLAIFFDocument.h
Matthias Neeracher 510bdc0413 Merge 1.1-dev
2008-05-29 18:54:30 +00:00

19 lines
314 B
Objective-C

//
// 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