VocalEasel/Sources/VLMMADocument.h

19 lines
315 B
C
Raw Normal View History

2006-11-04 08:15:34 +00:00
//
2007-04-27 06:41:34 +00:00
// File: VLMMADocument.h - Export document in MMA format
2006-11-04 08:15:34 +00:00
//
2007-04-27 06:41:34 +00:00
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2006-2007 Matthias Neeracher
2006-11-04 08:15:34 +00:00
//
#import <Cocoa/Cocoa.h>
#import "VLDocument.h"
@interface VLDocument (MMA)
- (NSFileWrapper *)mmaFileWrapperWithError:(NSError **)outError;
@end