From 9cd57b731ab1c666d4a1cb725538fdc137763d12 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 30 Jul 2011 11:19:14 -0400 Subject: Initial commit (version 0.2.1) --- Classes/ValuableObject.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 Classes/ValuableObject.h (limited to 'Classes/ValuableObject.h') 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 @@ +// +// ValuableObject.h +// Cart Collect +// +// Created by iD Student Account on 7/20/11. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import + +@protocol ValuableObject + +- (int)pointValue; + +@end -- cgit 1.4.1