Scrolling, mouse scope, icon
[enjoyable.git] / TargetMouseScroll.h
diff --git a/TargetMouseScroll.h b/TargetMouseScroll.h
new file mode 100644 (file)
index 0000000..ddafef4
--- /dev/null
@@ -0,0 +1,19 @@
+//
+//  TargetMouseScroll.h
+//  Enjoy
+//
+//  Created by Yifeng Huang on 7/28/12.
+//  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
+//
+
+#import <Cocoa/Cocoa.h>
+
+@interface TargetMouseScroll : Target {
+    int howMuch;
+}
+
+@property(readwrite) int howMuch;
+
++(TargetMouseScroll*) unstringifyImpl: (NSArray*) comps;
+
+@end