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

#import <Foundation/Foundation.h>

@protocol ValuableObject

- (int)pointValue;

@end