summary refs log blame commit diff stats
path: root/Classes/Cherry.h
blob: 0a7e450209d7309a2004f77768b425ae61802626 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                          
                          
                                    




           
//
//  Cherry.h
//  Cart Collect
//
//  Created by iD Student Account on 7/19/11.
//  Copyright 2011 __MyCompanyName__. All rights reserved.
//

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

@interface Cherry : ValuableObject {

}

- (id)init;

@end