Differences From Artifact [7f0183b9e7]:
- File src/XMPPJSONFileStorage.h — part of check-in [85bda4afee] at 2012-03-21 10:56:56 on branch trunk — Update URL in copyright. (user: js, size: 1354) [annotate] [blame] [check-ins using]
To Artifact [5505b46086]:
- File src/XMPPJSONFileStorage.h — part of check-in [8dfcb87717] at 2013-02-12 21:36:39 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 1356) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
24 25 26 27 28 29 30 | #import "XMPPStorage.h" @class OFMutableDictionary; @interface XMPPJSONFileStorage: OFObject <XMPPStorage> { | | | | 24 25 26 27 28 29 30 31 32 33 34 35 36 | #import "XMPPStorage.h" @class OFMutableDictionary; @interface XMPPJSONFileStorage: OFObject <XMPPStorage> { OFString *_file; OFMutableDictionary *_data; } - initWithFile: (OFString*)file; @end |