MapsIndoors iOS SDK V3
Loading...
Searching...
No Matches
MPMQTTSubscriptionClient.h
Go to the documentation of this file.
1//
2// MPMQTTSubscriptionClient.h
3// MapsIndoors
4//
5// Created by Daniel Nielsen on 27/07/2020.
6// Copyright © 2020 MapsPeople A/S. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
11
12NS_ASSUME_NONNULL_BEGIN
13
15
16@property (nonatomic, weak) id<MPSubscriptionClientDelegate> delegate;
17@property (nonatomic) MPSubscriptionState state;
18
19@end
20
21NS_ASSUME_NONNULL_END
MPSubscriptionState
Definition MPSubscriptionState.h:12
Definition MPMQTTSubscriptionClient.h:14
id< MPSubscriptionClientDelegate > delegate
Definition MPMQTTSubscriptionClient.h:16
MPSubscriptionState state
Definition MPMQTTSubscriptionClient.h:17
Definition MPSubscriptionClient.h:16