CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
00001 00007 #import "ValueButton.h" 00008 00009 00010 @implementation ValueButton 00011 @synthesize buttonValue; 00017 -(id)initWithValue:(id)value { 00018 if((self = [super init])) { 00019 self.buttonValue = value; 00020 } 00021 return self; 00022 } 00023 00024 @end