X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseScroll.h;h=d261659cf9ed5a6bb7fda2576a6c87223756af79;hp=5c13d5f345e54223c2244ad8e89ed4f94170a864;hb=5bbd1edf2c0cc46fab98f712171a68f9182b0670;hpb=16a7c0a04bd05f4012d5a97a53520802969cfc86 diff --git a/TargetMouseScroll.h b/TargetMouseScroll.h index 5c13d5f..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 amount; +@property (nonatomic, assign) int amount; @end