mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
17 lines
297 B
C
17 lines
297 B
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
|