Clean up root folder.
[enjoyable.git] / NJDevice.h
diff --git a/NJDevice.h b/NJDevice.h
deleted file mode 100644 (file)
index ec607ac..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-//  NJDevice.h
-//  Enjoy
-//
-//  Created by Sam McCall on 4/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-#import "NJInputPathElement.h"
-
-@class NJInput;
-
-@interface NJDevice : NSObject <NJInputPathElement>
-
-@property (nonatomic, assign) int index;
-@property (nonatomic, copy) NSString *productName;
-@property (nonatomic, assign) IOHIDDeviceRef device;
-@property (nonatomic, copy) NSArray *children;
-@property (nonatomic, readonly) NSString *name;
-@property (readonly) NSString *uid;
-
-- (id)initWithDevice:(IOHIDDeviceRef)device;
-- (NJInput *)handlerForEvent:(IOHIDValueRef)value;
-- (NJInput *)inputForEvent:(IOHIDValueRef)value;
-
-@end