Yini  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSURLResponse+Encoding.h
Go to the documentation of this file.
1 //
2 // NSURL+MPEncodingAdditions.h
3 // MPOAuthConnection
4 //
5 // Created by Karl Adam on 08.12.05.
6 // Copyright 2008 matrixPointer. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 
12 @interface NSURLResponse (EncodingAdditions)
13 - (NSStringEncoding)encoding;
14 @end