wickwirew / Runtime

A Swift Runtime library for viewing type info, and the dynamic getting and setting of properties.
MIT License
1.08k stars 94 forks source link

Is it possible to list the protocol list? #96

Open AlbGarciam opened 3 years ago

AlbGarciam commented 3 years ago

Hi, Is it possible to list all swift protocols a class/struct is conforming?

Thanks in advance :)