//
//  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