Fix a bunch of warnings.

This commit is contained in:
Jonathan Schleifer 2013-02-15 15:15:21 +01:00
parent 856ac1bd1a
commit 9b49f04239
4 changed files with 13 additions and 6 deletions

View file

@ -58,12 +58,12 @@
[super dealloc];
}
- (void)addDelegate: (id <XMPPConnectionDelegate>)delegate
- (void)addDelegate: (id <XMPPContactManagerDelegate>)delegate
{
[_delegates addDelegate: delegate];
}
- (void)removeDelegate: (id <XMPPConnectionDelegate>)delegate
- (void)removeDelegate: (id <XMPPContactManagerDelegate>)delegate
{
[_delegates removeDelegate: delegate];
}