lipengwei
2020-01-13 ea8e18fe8cc8ef08da463c82dec74e3fb918ab58
commit | author | age
ea8e18 1 //
L 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