mikeash / MAObjCRuntime

ObjC wrapper for ObjC runtime API
Other
1.53k stars 189 forks source link

Support for Protocols #2

Closed ghost closed 14 years ago

ghost commented 14 years ago

I tried making this a category on Protocol, but Protocol doesn't inherit from NSObject, which caused KVC pains. Runtime-generated classes can conform to protocols, but there don't seem to be any way to actually construct a new protocol at runtime. Another radar, I suppose.