Post active mapping changes through notification center rather than to the applicatio...
[enjoyable.git] / TargetConfig.h
index addf2eb..c124618 100644 (file)
@@ -6,15 +6,12 @@
 //  Copyright 2009 University of Otago. All rights reserved.
 //
 
-#import <Cocoa/Cocoa.h>
-
 #import "Target.h"
 
 @class Config;
 
 @interface TargetConfig : Target
 
-@property (weak) Config *config;
-+ (TargetConfig *)unstringifyImpl:(NSArray *)comps withConfigList:(NSArray *)configs;
+@property (nonatomic, weak) Config *config;
 
 @end