summary refs log tree commit diff stats
path: root/Classes/OneUp.h
diff options
context:
space:
mode:
Diffstat (limited to 'Classes/OneUp.h')
-rwxr-xr-xClasses/OneUp.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/Classes/OneUp.h b/Classes/OneUp.h new file mode 100755 index 0000000..8bd4c66 --- /dev/null +++ b/Classes/OneUp.h
@@ -0,0 +1,18 @@
1//
2// OneUp.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 "FallingObject.h"
11
12@interface OneUp : FallingObject {
13
14}
15
16- (id)init;
17
18@end