X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;ds=sidebyside;f=ConfigsController.h;h=7a83830fddcb3f165f9715936f7cfdd667ed0080;hb=3a40cba25b9bb38887fe4809277d4c0f73462d12;hp=39f3a0dee2162767485f5c691af256226fe6efa0;hpb=530009447c5bbd360ac5023979cffc6d32a28df3;p=enjoyable.git diff --git a/ConfigsController.h b/ConfigsController.h index 39f3a0d..7a83830 100644 --- a/ConfigsController.h +++ b/ConfigsController.h @@ -17,7 +17,6 @@ IBOutlet TargetController* targetController; Config* currentConfig; Config* neutralConfig; /* last config to be manually selected */ - ProcessSerialNumber attachedApplication; } -(IBAction) addPressed: (id)sender; @@ -27,10 +26,10 @@ -(NSDictionary*) dumpAll; -(void) loadAllFrom: (NSDictionary*) dict; -@property(readonly) Config* currentConfig; -@property(readonly) Config* currentNeutralConfig; +@property(strong, readonly) Config* currentConfig; +@property(strong, readonly) Config* currentNeutralConfig; @property(readonly) NSArray* configs; -@property(readonly) ProcessSerialNumber* targetApplication; + -(void) save; -(void) load;