Clean up root folder.
[enjoyable.git] / NJOutput.h
diff --git a/NJOutput.h b/NJOutput.h
deleted file mode 100644 (file)
index b82c4e7..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-//  NJOutput.h
-//  Enjoy
-//
-//  Created by Sam McCall on 5/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-@class NJDeviceController;
-
-@interface NJOutput : NSObject
-
-@property (nonatomic, assign) float magnitude;
-@property (nonatomic, assign) BOOL running;
-@property (nonatomic, readonly) BOOL isContinuous;
-
-- (void)trigger;
-- (void)untrigger;
-- (BOOL)update:(NJDeviceController *)jc;
-
-- (NSDictionary *)serialize;
-+ (NJOutput *)outputDeserialize:(NSDictionary *)serialization
-                   withMappings:(NSArray *)mappings;
-+ (NSString *)serializationCode;
-
-@end