MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPMapsIndoorsDelegate.h
Go to the documentation of this file.
1//
2// MPMapsIndoorsDelegate.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 15/10/2021.
6// Copyright © 2021 MapsPeople A/S. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
12
14@protocol MPMapsIndoorsDelegate <NSObject>
15
16
19- (void) onError:(NSError*)error;
20
21@end
22
23NS_ASSUME_NONNULL_END