Skip to content

Instantly share code, notes, and snippets.

View noahmiller's full-sized avatar

Noah Harrison noahmiller

  • Art & Logic
  • Montpelier, VT
View GitHub Profile
@interface ACodableManagedObject : NSObject <NSCoding>
@property (nonatomic, strong) NSURL* url;
+ (id)ObjectWithManagedObject:(NSManagedObject*)obj;
@end
@implementation ACodableManagedObject
+ (id)ObjectWithManagedObject:(NSManagedObject*)obj
{