// // 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