CatNiP prefinal
Sähköinen nuottikirja, HY-TKTKL-OHTUPROJ KESÄ11
|
00001 // 00002 // CatNiPButton.h 00003 // CatNiP 00004 // 00005 // Created by Antti V J Niemela, tkol on 6/17/11. 00006 // Copyright 2011 University of Helsinki. All rights reserved. 00007 // 00008 00009 #import <Foundation/Foundation.h> 00010 00011 00012 @interface ValueButton : UIButton { 00013 id buttonValue; 00014 } 00016 @property (retain) id buttonValue; 00017 00018 -(id)initWithValue:(id) value; 00019 00020 @end