BugsBiteBugs / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

NSObject-ClassName is not required #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?
rev 132

Please provide any additional information below.
One should use NSStringFromClass() and NSClassFromString() This avoids the 
conditional definition of +className. Note that in Cocoa on OS X, className is 
defined for use with scripting.

Original issue reported on code.google.com by j.p.dann on 25 Mar 2009 at 3:41