MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPWirelessPositionTopic.h
Go to the documentation of this file.
1//
2// MPWirelessPositionTopic.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 18/02/2021.
6// Copyright © 2021 MapsPeople A/S. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
11
12NS_ASSUME_NONNULL_BEGIN
13
15
16- (instancetype)initWithTenantId:(NSString*)tenantId deviceId:(NSString*)deviceId;
17
18@end
19
20NS_ASSUME_NONNULL_END
Definition MPWirelessPositionTopic.h:14
Definition MPSubscriptionTopic.h:13