// Many protocols will work from wax out of the box. But some need to be preloaded. // If the protocol you are using isn't found, just add the protocol to this object // // This seems to be a bug, or there is a runtime method I'm unaware of #import @interface ProtocolLoader : NSObject {} @end @implementation ProtocolLoader @end