summary refs log tree commit diff stats
path: root/Classes/PointMultiplier.h
blob: 9d009cb7d743268a7419187bf96f66ac1d3fbfc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  PointMultiplier.h
//  Cartographic
//
//  Created by Starla Insigna on 9/10/11.
//  Copyright (c) 2011 Four Island. All rights reserved.
//

#import "FallingObject.h"

@interface PointMultiplier : FallingObject

- (id)init;

@end