blob: db4efd57faf9fc6003bbc5d75955a1e5b0af507f [file] [log] [blame]
//
// NSArray+WX_JSONObject.h
// PonyDebugger
//
// Created by Wen-Hao Lue on 8/6/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 NSArray (WX_JSONObject)
- (NSArray *)WX_JSONObject;
@end