Differences From Artifact [e20421d02a]:
- File src/XMPPDiscoNode+Private.h — part of check-in [2faf18cba7] at 2017-05-13 15:03:44 on branch trunk — Adjust to ObjFW changes (user: js, size: 322) [annotate] [blame] [check-ins using]
To Artifact [21faea9249]:
- File src/XMPPDiscoNode+Private.h — part of check-in [180bf3d08b] at 2018-11-05 21:22:12 on branch trunk — Modernize coding style (user: js, size: 322) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + - + | #import "XMPPDiscoNode.h" OF_ASSUME_NONNULL_BEGIN @class XMPPConnection; @class XMPPIQ; @interface XMPPDiscoNode () |