2b3f836b8934ca29ac0a9090a998c8284d42b04c
[enjoyable.git] / TargetMouseBtn.h
1 //
2 // TargetMouseBtn.h
3 // Enjoy
4 //
5 // Created by Yifeng Huang on 7/27/12.
6 //
7
8 #import "Target.h"
9
10 @interface TargetMouseBtn : Target
11
12 @property (assign) CGMouseButton button;
13
14 @end