Differences From Artifact [d1bdcd6ace]:
- File src/XMPPJSONFileStorage.m — part of check-in [85bda4afee] at 2012-03-21 10:56:56 on branch trunk — Update URL in copyright. (user: js, size: 5316) [annotate] [blame] [check-ins using]
To Artifact [f859e69a55]:
- File src/XMPPJSONFileStorage.m — part of check-in [c987aa9a5f] at 2012-07-12 03:34:20 on branch trunk — Don't access isa directly. (user: js, size: 5325) [annotate] [blame] [check-ins using]
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + | #import <ObjFW/OFNotImplementedException.h> #import "XMPPJSONFileStorage.h" @implementation XMPPJSONFileStorage - init { |
︙ |