Changes between Version 4 and Version 5 of ObjectiveC/ForeignDeclarations
- Timestamp:
- 04/21/12 14:52:57 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ObjectiveC/ForeignDeclarations
v4 v5 40 40 tycon -> ... -> IO (tycon, b) 41 41 }}} 42 At this stage, exported classes willjust be subclasses of `NSObject`, with no way to call `super` methods.42 To begin with, exported classes could just be subclasses of `NSObject`, with no way to call `super` methods. 43 43 * Export of a method implementation: 44 44 {{{
