Big rename part 3: 'target' to 'output'.
[enjoyable.git] / TargetMouseBtn.h
diff --git a/TargetMouseBtn.h b/TargetMouseBtn.h
deleted file mode 100644 (file)
index 2597b2d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-//
-//  TargetMouseBtn.h
-//  Enjoy
-//
-//  Created by Yifeng Huang on 7/27/12.
-//
-
-#import "Target.h"
-
-@interface TargetMouseBtn : Target
-
-@property (nonatomic, assign) CGMouseButton button;
-
-@end