ClassDumpRuntime
ClassDumpRuntime copied to clipboard
Library to parse Objective-C classes at runtime
Results
2
ClassDumpRuntime issues
Sort by
recently updated
recently updated
newest added
This PR change is very large and is mainly used for [RuntimeViewer](https://github.com/MxIris-Reverse-Engineering/RuntimeViewer) application, which you can absolutely choose not to merge or partially merge. - Change ClassDump related fields to...
For example: ```objc @interface UIView (Utils) - (void)setCornerRadius:(CGFloat)cornerRadius; @end ```