CatNiP -test sprint-4-interim
catnip
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/IMSLPCompositionData.h
Go to the documentation of this file.
00001 //
00002 //  IMSLPCompositionData.h
00003 //  CatNiP
00004 //
00005 //  Created by Antti V J Niemela, tkol on 6/6/11.
00006 //  Copyright 2011 University of Helsinki. All rights reserved.
00007 //
00008 
00009 #import <Foundation/Foundation.h>
00010 
00011 
00012 @interface IMSLPCompositionData : NSObject {
00013     
00014 }
00016 @property (copy) NSString* composerName;
00018 @property (copy) NSString* compositionName;
00020 @property (retain) NSArray* musicScores;
00021 
00022 @end
 All Classes Files Functions Variables Properties Defines