clowwindy / json_to_model

iOS ORM via Code Generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support NSCoding Protocol

lexrus opened this issue · comments

For archiving and distribution.

  • (id)initWithCoder:(NSCoder *)aDecoder;
  • (void)encodeWithCoder:(NSCoder *)aCoder;