Re-import exported files.
[enjoyable.git] / TargetMouseBtn.h
1 //
2 // TargetMouseBtn.h
3 // Enjoy
4 //
5 // Created by Yifeng Huang on 7/27/12.
6 // Copyright (c) 2012 __MyCompanyName__. All rights reserved.
7 //
8
9 #import "Target.h"
10
11 @interface TargetMouseBtn : Target
12
13 @property (assign) CGMouseButton button;
14
15 @end