X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=ConfigsController.h;h=7e79f15e88dc4fbc931a41556fb8d856fd27be25;hp=39f3a0dee2162767485f5c691af256226fe6efa0;hb=51d43664909060e85c943c4d63cc3cff307ceb1d;hpb=530009447c5bbd360ac5023979cffc6d32a28df3 diff --git a/ConfigsController.h b/ConfigsController.h index 39f3a0d..7e79f15 100644 --- a/ConfigsController.h +++ b/ConfigsController.h @@ -27,8 +27,8 @@ -(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;