16 lines
277 B
Objective-C
Executable File
16 lines
277 B
Objective-C
Executable File
//
|
|
// NSHTTPCookieAdditions.h
|
|
// asi-http-request
|
|
//
|
|
// Created by Ben Copsey on 12/09/2008.
|
|
// Copyright 2008 All-Seeing Interactive. All rights reserved.
|
|
//
|
|
|
|
|
|
@interface NSHTTPCookie (ValueEncodingAdditions)
|
|
|
|
- (NSString *)encodedValue;
|
|
- (NSString *)decodedValue;
|
|
|
|
@end
|