Big rename part 2: 'config' etc. to 'mapping.
[enjoyable.git] / Config.h
diff --git a/Config.h b/Config.h
deleted file mode 100644 (file)
index a2ba55b..0000000
--- a/Config.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//
-//  Config.h
-//  Enjoy
-//
-//  Created by Sam McCall on 4/05/09.
-//  Copyright 2009 University of Otago. All rights reserved.
-//
-
-@class Target;
-@class NJInput;
-
-@interface Config : NSObject
-
-@property (nonatomic, copy) NSString *name;
-@property (nonatomic, readonly) NSMutableDictionary *entries;
-
-- (id)initWithName:(NSString *)name;
-- (Target *)objectForKeyedSubscript:(NJInput *)input;
-- (void)setObject:(Target *)target forKeyedSubscript:(NJInput *)input;
-- (NSDictionary *)serialize;
-
-@end