X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=TargetMouseScroll.h;h=d261659cf9ed5a6bb7fda2576a6c87223756af79;hp=f82ca01cc55e200a4eaa9dddbf41666636092ce4;hb=5bbd1edf2c0cc46fab98f712171a68f9182b0670;hpb=51336622a1df8de5dd8aaec0972b9b04292fd88d 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