Show HID error as a sheet so the main window still appears.
[enjoyable.git] / TargetMouseScroll.h
index ddafef4..d261659 100644 (file)
@@ -3,17 +3,12 @@
 //  Enjoy
 //
 //  Created by Yifeng Huang on 7/28/12.
-//  Copyright (c) 2012 __MyCompanyName__. All rights reserved.
 //
 
-#import <Cocoa/Cocoa.h>
+#import "Target.h"
 
-@interface TargetMouseScroll : Target {
-    int howMuch;
-}
+@interface TargetMouseScroll : Target
 
-@property(readwrite) int howMuch;
-
-+(TargetMouseScroll*) unstringifyImpl: (NSArray*) comps;
+@property (nonatomic, assign) int amount;
 
 @end