summary refs log tree commit diff stats
path: root/Classes/ValuableObject.h
blob: 7b484d98b06b09a6df1da4ec30228ba8f8026a06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  ValuableObject.h
//  Cart Collect
//
//  Created by Starla Insigna on 8/9/11.
//  Copyright 2011 Four Island. All rights reserved.
//

#import "FallingObject.h"

@interface ValuableObject : FallingObject

- (int)pointValue;

@end