summary refs log tree commit diff stats
path: root/Classes/Cherry.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/Cherry.h')
-rwxr-xr-xClasses/Cherry.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Classes/Cherry.h b/Classes/Cherry.h index 65437f5..0a7e450 100755 --- a/Classes/Cherry.h +++ b/Classes/Cherry.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 Cherry : FallingObject <ValuableObject> { 12@interface Cherry : ValuableObject {
14 13
15} 14}
16 15