CatNiP -test sprint-4-interim
catnip
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/LocalCompositionData.h
Go to the documentation of this file.
00001 //
00002 //  LocalCompositionData.h
00003 //  CatNiP
00004 //
00005 //  Created by Simo M Linkola, tkol on 6/13/11.
00006 //  Copyright 2011 __MyCompanyName__. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 
00011 
00012 @interface LocalCompositionData : NSObject {
00013     
00014 }
00016 @property (copy) NSString* composerName;
00018 @property (copy) NSString* compositionName;
00020 @property (retain) NSMutableArray* musicScores;
00021 
00022 -(id)alloc;
00023 -(id)init;
00024 -(void)dealloc;
00025 
00026 @end
 All Classes Files Functions Variables Properties Defines