CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
00001 00007 #import "CompositionData.h" 00008 00009 00010 @implementation CompositionData 00011 @synthesize composerName; 00012 @synthesize compositionName; 00013 @synthesize musicScores; 00014 00015 -(void)dealloc { 00016 [composerName release]; 00017 [compositionName release]; 00018 [musicScores release]; 00019 [super dealloc]; 00020 } 00021 00022 @end