blob: bf4814a243876933e25343fa76793513f86d76f1 [file] [log] [blame]
//
// NSDate+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 NSDate (WX_JSONObject)
- (NSString *)WX_JSONObject;
@end