summary refs log tree commit diff stats
path: root/Classes/Bottle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/Bottle.h')
-rwxr-xr-xClasses/Bottle.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Classes/Bottle.h b/Classes/Bottle.h deleted file mode 100755 index 71e94e9..0000000 --- a/Classes/Bottle.h +++ /dev/null
@@ -1,18 +0,0 @@
1//
2// Bottle.h
3// Cart Collect
4//
5// Created by iD Student Account on 7/19/11.
6// Copyright 2011 __MyCompanyName__. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "ValuableObject.h"
11
12@interface Bottle : ValuableObject {
13
14}
15
16- (id)init;
17
18@end