iterate-ch / rococoa

Rococoa allows you to call Objective-C code through Java classes and interfaces that you define.
GNU Lesser General Public License v3.0
73 stars 18 forks source link

NSObject should be an abstract class #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As per the discussion on the dev mailing list, NSObject and all it's
'concrete' subclasses should be abstract classes. This allows Protocols to
be implemented as interfaces.

We need this before we can create mappings from the BridgeSupport files.

Original issue reported on code.google.com by ketera...@gmail.com on 18 Oct 2009 at 10:16

GoogleCodeExporter commented 9 years ago
Checked in as R317

Original comment by oneeyed...@gmail.com on 21 Oct 2009 at 3:59