Having a category for each delegate is not required anymore.
This is thanks to XMPPMulticastDelegate.
This commit is contained in:
parent
d8dbb5a5e2
commit
19fcc192d7
4 changed files with 0 additions and 66 deletions
|
@ -353,14 +353,3 @@
|
|||
withObject: self];
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation OFObject (XMPPRosterDelegate)
|
||||
- (void)rosterWasReceived: (XMPPRoster*)roster
|
||||
{
|
||||
}
|
||||
|
||||
- (void)roster: (XMPPRoster*)roster
|
||||
didReceiveRosterItem: (XMPPRosterItem*)rosterItem
|
||||
{
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue