// // OneUp.h // Cart Collect // // Created by iD Student Account on 7/19/11. // Copyright 2011 __MyCompanyName__. All rights reserved. // #import #import "FallingObject.h" @interface OneUp : FallingObject { } - (id)init; @end