OSDN Git Service

HMQueueをSwiftに変換した
[kcd/KCD.git] / KCD / HMJSONReciever.h
1 //
2 //  HMJSONReciever.h
3 //  KCD
4 //
5 //  Created by Hori,Masaki on 2014/02/09.
6 //  Copyright (c) 2014年 Hori,Masaki. All rights reserved.
7 //
8
9 #import <Foundation/Foundation.h>
10
11 #import "CustomHTTPProtocol.h"
12
13 @class HMQueue;
14 @interface HMJSONReciever : NSObject <CustomHTTPProtocolDelegate>
15
16 @property (strong) HMQueue *queueu;
17
18 @end