CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
/Users/awniemel/Notepad-SVN/svn/trunk/CatNiP/CatNiP/ScoreListButton.m
Go to the documentation of this file.
00001 
00008 #import "ScoreListButton.h"
00009 #import <UIKit/UIKit.h>
00010 
00011 
00012 @implementation ScoreListButton
00013 @synthesize score;
00014 
00015 -(id)initWithScore:(ScoreData *)s
00016 {
00017     self = [super init]; 
00018     if (self)
00019     {
00020         self.score = s;
00021     }
00022     return self;
00023 }
00024 
00025 @end
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines