I'm using MulticastDelegate class which is part of xmpp framework and taken here It works perfect for me! However I got warning:
'MulticastDelegate' may not respond to 'someMethod'
Is there any way to avoid the warning for this class? Thanks in advance.