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