RMLoadingTileView.h 240 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // // RMTileLoadingView.h // MapView // // Created by Justin R. Miller on 8/15/12. // Copyright 2012 MapBox. // #import <UIKit/UIKit.h> @interface RMLoadingTileView : UIScrollView @property (nonatomic, assign) BOOL mapZooming; @end