X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseScroll.h;h=d261659cf9ed5a6bb7fda2576a6c87223756af79;hp=cdfe010157a674096e6ce5ced8d4f2433cb449d5;hb=5bbd1edf2c0cc46fab98f712171a68f9182b0670;hpb=0a402879ee3beb79bb4d2270f909ad75eead0c96 diff --git a/TargetMouseScroll.h b/TargetMouseScroll.h index cdfe010..d261659 100644 --- a/TargetMouseScroll.h +++ b/TargetMouseScroll.h @@ -3,13 +3,12 @@ // Enjoy // // Created by Yifeng Huang on 7/28/12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. // #import "Target.h" @interface TargetMouseScroll : Target -@property (assign) int howMuch; +@property (nonatomic, assign) int amount; @end