X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseScroll.h;h=d261659cf9ed5a6bb7fda2576a6c87223756af79;hp=ddafef4497c231831510d91ce734f8a54099b2a2;hb=e2a4d830dd9817f6a515a3b1b6aa152d3bb98c2b;hpb=61f8cdec21ab083b29c22aa11fda54d6005666ca diff --git a/TargetMouseScroll.h b/TargetMouseScroll.h index ddafef4..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 +#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