hank
2018-06-21 c7322a7614dca79f3faba50321f151fb61741cd5
commit | author | age
2370e0 1 //
H 2 //  MQTTCoreDataPersistence.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 <CoreData/CoreData.h>
11 #import "MQTTPersistence.h"
12
13 @interface MQTTCoreDataPersistence : NSObject <MQTTPersistence>
14
15 @end
16
17 @interface MQTTFlow : NSManagedObject <MQTTFlow>
18 @end
19
20 @interface MQTTCoreDataFlow : NSObject <MQTTFlow>
21 @end