Clean up some comments.
[enjoyable.git] / TargetMouseBtn.h
index a0b8516..2b3f836 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 which;
+@property (assign) CGMouseButton button;
 
 @end