Post active mapping changes through notification center rather than to the applicatio...
[enjoyable.git] / TargetMouseBtn.h
index e8d8013..2597b2d 100644 (file)
@@ -3,13 +3,12 @@
 //  Enjoy
 //
 //  Created by Yifeng Huang on 7/27/12.
-//  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
 //
 
 #import "Target.h"
 
 @interface TargetMouseBtn : Target
 
-@property (assign) CGMouseButton button;
+@property (nonatomic, assign) CGMouseButton button;
 
 @end