summary refs log tree commit diff stats
path: root/Classes/ValuableObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/ValuableObject.h')
-rw-r--r--Classes/ValuableObject.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/Classes/ValuableObject.h b/Classes/ValuableObject.h deleted file mode 100644 index 7b484d9..0000000 --- a/Classes/ValuableObject.h +++ /dev/null
@@ -1,15 +0,0 @@
1//
2// ValuableObject.h
3// Cart Collect
4//
5// Created by Starla Insigna on 8/9/11.
6// Copyright 2011 Four Island. All rights reserved.
7//
8
9#import "FallingObject.h"
10
11@interface ValuableObject : FallingObject
12
13- (int)pointValue;
14
15@end