blob: e80c07df112c28131dbe788278f9aa084ef20271 [file] [log] [blame]
//
// NSError+WX_JSONObject.h
// PonyDebugger
//
// Created by Wen-Hao Lue on 8/9/12.
//
// Licensed to Square, Inc. under one or more contributor license agreements.
// See the LICENSE file distributed with this work for the terms under
// which Square, Inc. licenses this file to you.
//
#import <Foundation/Foundation.h>
@interface NSError (WX_JSONObject)
- (NSString *)WX_JSONObject;
@end