lipengwei
2020-04-09 5034eefb65f57edb5ddb554a644a33de14b5c7fc
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