YH_HTTPResponseSerializer.h 253 Bytes
//
//  YH_HTTPResponseSerializer.h
//  Yohoboys
//
//  Created by redding on 14-9-18.
//  Copyright (c) 2014年 YOHO. All rights reserved.
//

#import "AFURLResponseSerialization.h"

@interface YH_HTTPResponseSerializer : AFJSONResponseSerializer

@end