binding-tools-for-swift
binding-tools-for-swift copied to clipboard
Removing Protocols from Dylib Binding
When creating the bindings for dylib files, we do not get all methods and properties for protocols causing the swift compiler to say we are not conforming to it. For now, I will be removing these protocols.