diff options
Diffstat (limited to 'Classes/ValuableObject.h')
-rw-r--r--[-rwxr-xr-x] | Classes/ValuableObject.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Classes/ValuableObject.h b/Classes/ValuableObject.h index ccefbbd..7b484d9 100755..100644 --- a/Classes/ValuableObject.h +++ b/Classes/ValuableObject.h | |||
@@ -2,13 +2,13 @@ | |||
2 | // ValuableObject.h | 2 | // ValuableObject.h |
3 | // Cart Collect | 3 | // Cart Collect |
4 | // | 4 | // |
5 | // Created by iD Student Account on 7/20/11. | 5 | // Created by Starla Insigna on 8/9/11. |
6 | // Copyright 2011 __MyCompanyName__. All rights reserved. | 6 | // Copyright 2011 Four Island. All rights reserved. |
7 | // | 7 | // |
8 | 8 | ||
9 | #import <Foundation/Foundation.h> | 9 | #import "FallingObject.h" |
10 | 10 | ||
11 | @protocol ValuableObject | 11 | @interface ValuableObject : FallingObject |
12 | 12 | ||
13 | - (int)pointValue; | 13 | - (int)pointValue; |
14 | 14 | ||