diff options
Diffstat (limited to 'Classes/Bottle.h')
| -rwxr-xr-x | Classes/Bottle.h | 19 |
1 files changed, 19 insertions, 0 deletions
| diff --git a/Classes/Bottle.h b/Classes/Bottle.h new file mode 100755 index 0000000..37c41d5 --- /dev/null +++ b/Classes/Bottle.h | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | // | ||
| 2 | // Bottle.h | ||
| 3 | // Cart Collect | ||
| 4 | // | ||
| 5 | // Created by iD Student Account on 7/19/11. | ||
| 6 | // Copyright 2011 __MyCompanyName__. All rights reserved. | ||
| 7 | // | ||
| 8 | |||
| 9 | #import <Foundation/Foundation.h> | ||
| 10 | #import "FallingObject.h" | ||
| 11 | #import "ValuableObject.h" | ||
| 12 | |||
| 13 | @interface Bottle : FallingObject <ValuableObject> { | ||
| 14 | |||
| 15 | } | ||
| 16 | |||
| 17 | - (id)init; | ||
| 18 | |||
| 19 | @end | ||
