Changes between Version 4 and Version 5 of ObjectiveC/ForeignDeclarations

Show
Ignore:
Timestamp:
04/21/12 14:52:57 (14 months ago)
Author:
amarqueslee
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ObjectiveC/ForeignDeclarations

    v4 v5  
    4040tycon -> ... -> IO (tycon, b) 
    4141}}} 
    42  At this stage, exported classes will just 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. 
    4343 * Export of a method implementation: 
    4444{{{