Is it possible to get the name of all the implementers of a swift protocol..? and if it is then how..?
I am trying to write and SDK which exposes a protocol which has all the static methods, I do not want to implement delegate pattern here as I want to get the name of all the implementers and call the methods directly.