X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;ds=sidebyside;f=TargetMouseScroll.h;h=d261659cf9ed5a6bb7fda2576a6c87223756af79;hb=348408da39162d2d114c2094a0ff89eef3a36095;hp=a53a02e79a2660331227a758ec41e8cd6aeef85f;hpb=c6fb77859e508aaef686b7a5a6a12abe29178708;p=enjoyable.git diff --git a/TargetMouseScroll.h b/TargetMouseScroll.h index a53a02e..d261659 100644 --- a/TargetMouseScroll.h +++ b/TargetMouseScroll.h @@ -3,17 +3,12 @@ // Enjoy // // Created by Yifeng Huang on 7/28/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import "Target.h" -@interface TargetMouseScroll : Target { - int howMuch; -} +@interface TargetMouseScroll : Target -@property(readwrite) int howMuch; - -+(TargetMouseScroll*) unstringifyImpl: (NSArray*) comps; +@property (nonatomic, assign) int amount; @end