ios - How to NSManagedObject Subclass added error -



ios - How to NSManagedObject Subclass added error -

nsmanagedobject seems subclass creating image.

however, newly formed .h in next code not added

@interface album (coredatageneratedaccessors) - (void)addphotosobject:(photo *)value; - (void)removephotosobject:(photo *)value; - (void)addphotos:(nsset *)values; - (void)removephotos:(nsset *)values; @end

ios objective-c

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -