More compiler warnings on. Make all properties nonatomic.
[enjoyable.git] / TargetMouseMove.h
1 //
2 // TargetMouseMove.h
3 // Enjoy
4 //
5 // Created by Yifeng Huang on 7/26/12.
6 //
7
8 #import "Target.h"
9
10 @interface TargetMouseMove : Target
11
12 @property (nonatomic, assign) int axis;
13
14 @end