commit | author | age
|
ca75cc
|
1 |
// |
L |
2 |
// MQTTClient.h |
|
3 |
// MQTTClient |
|
4 |
// |
|
5 |
// Created by Christoph Krey on 13.01.14. |
|
6 |
// Copyright © 2013-2016 Christoph Krey. All rights reserved. |
|
7 |
// |
|
8 |
|
|
9 |
/** |
|
10 |
Include this file to use MQTTClient classes in your application |
|
11 |
|
|
12 |
@author Christoph Krey krey.christoph@gmail.com |
|
13 |
@see http://mqtt.org |
|
14 |
*/ |
|
15 |
|
|
16 |
#import <Foundation/Foundation.h> |
|
17 |
|
|
18 |
#import <MQTTClient/MQTTSession.h> |
|
19 |
#import <MQTTClient/MQTTSessionLegacy.h> |
|
20 |
#import <MQTTClient/MQTTSessionSynchron.h> |
|
21 |
#import <MQTTClient/MQTTMessage.h> |
|
22 |
#import <MQTTClient/MQTTTransport.h> |
|
23 |
#import <MQTTClient/MQTTCFSocketTransport.h> |
|
24 |
#import <MQTTClient/MQTTCoreDataPersistence.h> |
|
25 |
#import <MQTTClient/MQTTSSLSecurityPolicyTransport.h> |