MusicKit  0.0.0
ScorePrivate.h
00001 /* Copyright 1988-1992, NeXT Inc.  All rights reserved. */
00002 /*
00003   $Id$
00004   Defined In: The MusicKit
00005 */
00006 /*
00007   $Log$
00008   Revision 1.4  2005/05/09 15:52:55  leighsmith
00009   Converted headerdoc comments to doxygen comments
00010 
00011   Revision 1.3  2002/05/01 14:27:54  sbrandon
00012   Defines the (private) PluginSupport category that contains addPlugin:
00013 
00014   Revision 1.2  1999/07/29 01:25:57  leigh
00015   Added Win32 compatibility, CVS logs, SBs changes
00016 
00017 */
00018 #ifndef __MK__Score_H___
00019 #define __MK__Score_H___
00020 
00021 #import "MKScore.h"
00022 
00023 @interface MKScore (Private)
00024 
00025 +(BOOL)_isUnarchiving;
00026 -_newFilePartWithName:(NSString *)name;
00027 
00028 @end
00029 
00030 @interface MKScore (PluginSupport)
00035 + (void) addPlugin: (id) plugin;
00036 @end
00037 
00038 
00039 #endif