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 ...)
 
(Removed HTML tags)
 
Line 1: Line 1:
<b>objc_base</b> is the core of a bridge between Eiffel and Objective-C.
+
'''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.
 
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.
  
<b>objc_base</b> is used by [[EiffelCocoa]] and the [[IPhone_Development|Eiffel iPhone library]].
+
'''objc_base''' is used by [[EiffelCocoa]] and the [[IPhone_Development|Eiffel iPhone library]].

Latest revision as of 08:30, 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.