aboutsummaryrefslogtreecommitdiff
path: root/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64_x86_64-simulator/WhirlyGlobeMaplyComponent.framework/Headers/Maply3dTouchPreviewDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64_x86_64-simulator/WhirlyGlobeMaplyComponent.framework/Headers/Maply3dTouchPreviewDelegate.h')
-rw-r--r--iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64_x86_64-simulator/WhirlyGlobeMaplyComponent.framework/Headers/Maply3dTouchPreviewDelegate.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64_x86_64-simulator/WhirlyGlobeMaplyComponent.framework/Headers/Maply3dTouchPreviewDelegate.h b/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64_x86_64-simulator/WhirlyGlobeMaplyComponent.framework/Headers/Maply3dTouchPreviewDelegate.h
deleted file mode 100644
index 5986f38..0000000
--- a/iosApp/WhirlyGlobeMaplyComponent.xcframework/ios-arm64_x86_64-simulator/WhirlyGlobeMaplyComponent.framework/Headers/Maply3dTouchPreviewDelegate.h
+++ /dev/null
@@ -1,26 +0,0 @@
-//
-// Maply3dTouchDelegate.h
-// WhirlyGlobeLib
-//
-// Created by Jesse Crocker on 10/4/15.
-//
-//
-
-#import <Foundation/Foundation.h>
-#import <UIKit/UIKit.h>
-#import <WhirlyGlobeMaplyComponent/Maply3DTouchPreviewDatasource.h>
-
-@class MaplyBaseInteractionLayer;
-@class MaplyBaseViewController;
-
-@interface Maply3dTouchPreviewDelegate : NSObject <UIViewControllerPreviewingDelegate>
-
-@property (nonatomic, strong) NSObject<Maply3dTouchPreviewDatasource> * _Nonnull datasource;
-
-/// Create and configure new Maply3dTouchPreviewDelegate, but it is not activated.
-+ (Maply3dTouchPreviewDelegate * _Nonnull)touchDelegate:(MaplyBaseViewController * _Nonnull)maplyViewC
- interactLayer:( MaplyBaseInteractionLayer* _Nonnull)interactLayer
- datasource:(NSObject<Maply3dTouchPreviewDatasource>* _Nonnull)datasource;
-
-
-@end