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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Classes/Bottle.h b/Classes/Bottle.h index 37c41d5..71e94e9 100755 --- a/Classes/Bottle.h +++ b/Classes/Bottle.h
@@ -7,10 +7,9 @@
7// 7//
8 8
9#import <Foundation/Foundation.h> 9#import <Foundation/Foundation.h>
10#import "FallingObject.h"
11#import "ValuableObject.h" 10#import "ValuableObject.h"
12 11
13@interface Bottle : FallingObject <ValuableObject> { 12@interface Bottle : ValuableObject {
14 13
15} 14}
16 15