X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseScroll.h;h=d261659cf9ed5a6bb7fda2576a6c87223756af79;hp=f82ca01cc55e200a4eaa9dddbf41666636092ce4;hb=19f40be5b645e44ffb55bdce0b6cc5c5615f68e7;hpb=b0e48a152d139c0b9aeb1ee4a32ba24a4e3aa805 diff --git a/TargetMouseScroll.h b/TargetMouseScroll.h index f82ca01..d261659 100644 --- a/TargetMouseScroll.h +++ b/TargetMouseScroll.h @@ -9,6 +9,6 @@ @interface TargetMouseScroll : Target -@property (assign) int amount; +@property (nonatomic, assign) int amount; @end