// // Dog.m // TouchEdLightly // // Created by Andrew Kinnie on 5/16/10. // Copyright 2010 WO-NoVA. All rights reserved. // #import "Dog.h" #import "ObjectiveResource.h" @implementation Dog @synthesize name, person; @end