nagyistoce / rococoa

Automatically exported from code.google.com/p/rococoa
0 stars 0 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