Having a category for each delegate is not required anymore.

This is thanks to XMPPMulticastDelegate.
This commit is contained in:
Jonathan Schleifer 2012-02-17 18:17:10 +01:00
parent d8dbb5a5e2
commit 19fcc192d7
4 changed files with 0 additions and 66 deletions

View file

@ -153,6 +153,3 @@
- (XMPPRosterItem*)XMPP_rosterItemWithXMLElement: (OFXMLElement*)element;
/// \endcond
@end
@interface OFObject (XMPPRosterDelegate) <XMPPRosterDelegate>
@end