// // Maply3dTouchDelegate.h // WhirlyGlobeLib // // Created by Jesse Crocker on 10/4/15. // // #import #import #import @class MaplyBaseInteractionLayer; @class MaplyBaseViewController; @interface Maply3dTouchPreviewDelegate : NSObject @property (nonatomic, strong) NSObject * _Nonnull datasource; /// Create and configure new Maply3dTouchPreviewDelegate, but it is not activated. + (Maply3dTouchPreviewDelegate * _Nonnull)touchDelegate:(MaplyBaseViewController * _Nonnull)maplyViewC interactLayer:( MaplyBaseInteractionLayer* _Nonnull)interactLayer datasource:(NSObject* _Nonnull)datasource; @end