Differences From Artifact [c39dfbfb88]:
- File src/XMPPMulticastDelegate.m — part of check-in [7f939be668] at 2017-07-23 11:35:12 on branch trunk — Stop using OFAutoreleasePool (user: js, size: 3140) [annotate] [blame] [check-ins using]
To Artifact [1ca8e290a2]:
- File src/XMPPMulticastDelegate.m — part of check-in [180bf3d08b] at 2018-11-05 21:22:12 on branch trunk — Modernize coding style (user: js, size: 3154) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | #import <ObjFW/ObjFW.h> #import <ObjFW/OFData.h> #import "XMPPMulticastDelegate.h" @implementation XMPPMulticastDelegate |
︙ |