I had no idea you could use class property access like this it's the best thing ever.
[enjoyable.git] / TargetMouseBtn.h
index 2b3f836..2597b2d 100644 (file)
@@ -9,6 +9,6 @@
 
 @interface TargetMouseBtn : Target
 
-@property (assign) CGMouseButton button;
+@property (nonatomic, assign) CGMouseButton button;
 
 @end