MusicKit  0.0.0
Fm1v.h
00001 /*
00002   $Id$
00003   
00004   Defined In: The MusicKit
00005   Description:
00006     (See discussion below)
00007 
00008   Original Author: David A. Jaffe
00009 
00010   Copyright (c) 1988-1992, NeXT Computer, Inc.
00011   Portions Copyright (c) 1994 NeXT Computer, Inc. and reproduced under license from NeXT
00012   Portions Copyright (c) 1994 Stanford University.
00013   Portions Copyright (c) 1999-2005, The MusicKit Project.
00014 */
00024 #ifndef __MK_Fm1v_H___
00025 #define __MK_Fm1v_H___
00026 /* Copyright 1988-1992, NeXT Inc.  All rights reserved. */
00027 
00028 #import "Fm1vi.h"
00029 
00030 @interface Fm1v:Fm1vi
00031 {
00032 }
00033 
00041 +patchTemplateFor: (MKNote *) aNote;
00042 
00043 @end
00044 
00045 #endif