VocalEasel/Sources/VLMMADocument.h
Matthias Neeracher 9c2dcd582e Added MMA export
2006-11-04 08:15:34 +00:00

17 lines
297 B
Objective-C

//
// VLMMADocument.h
// Vocalese
//
// Created by Matthias Neeracher on 10/20/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "VLDocument.h"
@interface VLDocument (MMA)
- (NSFileWrapper *)mmaFileWrapperWithError:(NSError **)outError;
@end