Big rename part 3: 'target' to 'output'.
[enjoyable.git] / NJOutputMouseScroll.h
diff --git a/NJOutputMouseScroll.h b/NJOutputMouseScroll.h
new file mode 100644 (file)
index 0000000..6ef2cdc
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  NJOutputMouseScroll.h
+//  Enjoy
+//
+//  Created by Yifeng Huang on 7/28/12.
+//
+
+#import "NJOutput.h"
+
+@interface NJOutputMouseScroll : NJOutput
+
+@property (nonatomic, assign) int amount;
+
+@end