Save after deleting a config. Reset target to no-op when deleting its config, rather...
[enjoyable.git] / Config.h
index cc96f2a..72f0084 100644 (file)
--- a/Config.h
+++ b/Config.h
@@ -17,5 +17,6 @@
 - (id)initWithName:(NSString *)name;
 - (Target *)objectForKeyedSubscript:(JSAction *)action;
 - (void)setObject:(Target *)target forKeyedSubscript:(JSAction *)action;
+- (NSDictionary *)serialize;
 
 @end