Differences From Artifact [08cee60ca1]:
- File src/XMPPIQ.m — part of check-in [543fb8b84d] at 2013-06-23 14:19:42 on branch trunk — Adjust to reworked exception API. (user: js, size: 2883) [annotate] [blame] [check-ins using]
To Artifact [53dae4baf4]:
- File src/XMPPIQ.m — part of check-in [049768c6ae] at 2013-06-23 21:41:47 on branch trunk — Use instancetype. (user: js, size: 2897) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - - + + | # include "config.h" #endif #import "namespaces.h" #import "XMPPIQ.h" @implementation XMPPIQ |
︙ |