// // ValuableObject.h // Cart Collect // // Created by iD Student Account on 7/20/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import @protocol ValuableObject - (int)pointValue; @end