// // Product.m // Catalog_Model // // Created by Patrick Alessi on 10/23/12. // Copyright (c) 2012 Patrick Alessi. All rights reserved. // #import "Product.h" @implementation Product @dynamic details; @dynamic image; @dynamic price; @dynamic productID; @dynamic quantityOnHand; @dynamic countries; @dynamic manufacturer; @end