manicwave

Surf the wave

Links for 2009-07-06

Permalink

This is a command-line utility for examining the Objective-C runtime information stored in Mach-O files. It generates declarations for the classes, categories and protocols. This is the same information provided by using 'otool -ov', but presented as normal Objective-C declarations, so it is much more compact and readable.

(tags: cocoa objective-c utility)