CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/ScoreData.h
Go to the documentation of this file.
00001 
00007 #import <Foundation/Foundation.h>
00008 #import "ScoreData.h"
00009 
00010 
00011 @interface ScoreData : NSObject<NSCoding> {
00012     
00013 }
00014 
00020 @property (copy) NSString* pdf;
00021 
00024 @property (copy) NSString* fullMetaData;
00025 
00027 @property (copy) NSString* description;
00028 
00030 @property (retain) NSDictionary* metaDataDict;
00031 
00032 -(id)init;
00033 -(void)dealloc;
00034 
00036 - (id)initWithCoder:(NSCoder *)decoder;
00037 - (void)encodeWithCoder:(NSCoder *)encoder;
00038 
00039 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines