mikeash / MAObjCRuntime

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

Support Root Classes #4

Open ghost opened 14 years ago

ghost commented 14 years ago

These changes are rather extensive, and change some return types and semantics, breaking backward compatibility.

Why did RTMethodSendingAdditions called the rt_class method instead of the NSObject's class method?