Difference between revisions of "Objc base"

(New page: <b>objc_base</b> is the core of a bridge between Eiffel and Objective-C. It contains classes for accessing and manipulating Objective-C primitives such as classes, selectors and messages ...)
(No difference)

Revision as of 00:36, 3 September 2009

objc_base is the core of a bridge between Eiffel and Objective-C.

It contains classes for accessing and manipulating Objective-C primitives such as classes, selectors and messages as well as wrapper classes for Apple's Foundation framework.

objc_base is used by EiffelCocoa and the Eiffel iPhone library.