about summary refs log tree commit diff stats
path: root/vendor/apclientpp
Commit message (Collapse)AuthorAgeFilesLines
* Tracker connects to AP nowStar Rauchenberger2023-05-021-0/+0
10' href='#n10'>10 11 12 13 14 15 16 17 18
//
//  JSONRepresentation.h
//  TouchJSON
//
//  Created by Jonathan Wight on 10/15/10.
//  Copyright 2010 toxicsoftware.com. All rights reserved.
//

#import <Foundation/Foundation.h>

@protocol JSONRepresentation

@optional
- (id)initWithJSONDataRepresentation:(NSData *)inJSONData;

- (NSData *)JSONDataRepresentation;

@end