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

19 lines
310 B
Objective-C

//
// File: VLMP3Document.h - Export document in MP3 format
//
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2008 Matthias Neeracher
//
#import <Cocoa/Cocoa.h>
#import "VLDocument.h"
@interface VLDocument (MP3)
- (NSFileWrapper *)mp3FileWrapperWithError:(NSError **)outError;
@end