Quickies

[categories] [index] [all (527)] [latest]

Cocoa Foundation
  1. dump the headers

    $ class-dump /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage > InstantMessage.h
    

    add the framework and the headers to the project

    #import "InstantMessage.h"
    

    class-dump