commit | author | age | ||
2370e0 | 1 | // |
H | 2 | // MQTTInMemoryPersistence.h |
3 | // MQTTClient | |
4 | // | |
5 | // Created by Christoph Krey on 22.03.15. | |
6 | // Copyright © 2015-2016 Christoph Krey. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <Foundation/Foundation.h> | |
10 | #import "MQTTPersistence.h" | |
11 | ||
12 | @interface MQTTInMemoryPersistence : NSObject <MQTTPersistence> | |
13 | @end | |
14 | ||
15 | @interface MQTTInMemoryFlow : NSObject <MQTTFlow> | |
16 | @end |