diff options
Diffstat (limited to 'Classes/ValuableObject.h')
-rwxr-xr-x | Classes/ValuableObject.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Classes/ValuableObject.h b/Classes/ValuableObject.h new file mode 100755 index 0000000..ccefbbd --- /dev/null +++ b/Classes/ValuableObject.h | |||
@@ -0,0 +1,15 @@ | |||
1 | // | ||
2 | // ValuableObject.h | ||
3 | // Cart Collect | ||
4 | // | ||
5 | // Created by iD Student Account on 7/20/11. | ||
6 | // Copyright 2011 __MyCompanyName__. All rights reserved. | ||
7 | // | ||
8 | |||
9 | #import <Foundation/Foundation.h> | ||
10 | |||
11 | @protocol ValuableObject | ||
12 | |||
13 | - (int)pointValue; | ||
14 | |||
15 | @end | ||