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

#import <Foundation/Foundation.h>
#import "FallingObject.h"
#import "ValuableObject.h"

@interface Cherry : FallingObject <ValuableObject> {

}

- (id)init;

@end