CatNiP docutest
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
00001 00010 #import <Foundation/Foundation.h> 00011 #import "ScoreData.h" 00012 00013 00014 @interface ScoreData : NSObject<NSCoding> { 00015 00016 } 00017 00023 @property (copy) NSString* pdf; 00024 00027 @property (copy) NSString* fullMetaData; 00028 00030 @property (copy) NSString* description; 00031 00033 @property (retain) NSDictionary* metaDataDict; 00034 00035 -(id)init; 00036 -(void)dealloc; 00037 00039 - (id)initWithCoder:(NSCoder *)decoder; 00040 - (void)encodeWithCoder:(NSCoder *)encoder; 00041 00042 @end