![]() |
ObjectiveC SDK
2.0
|
00001 // 00002 // TkomJSONHandler.h 00003 // common 00004 // 00005 00006 /* 00007 * This file is part of the Telekom Objective C SDK 00008 * Copyright 2011 Deutsche Telekom AG 00009 * 00010 * Licensed under the Apache License, Version 2.0 (the "License"); 00011 * you may not use this file except in compliance with the License. 00012 * You may obtain a copy of the License at 00013 * 00014 * http://www.apache.org/licenses/LICENSE-2.0 00015 * 00016 * Unless required by applicable law or agreed to in writing, software 00017 * distributed under the License is distributed on an "AS IS" BASIS, 00018 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00019 * See the License for the specific language governing permissions and 00020 * limitations under the License. 00021 */ 00022 00024 00028 #import <Foundation/Foundation.h> 00029 00030 @interface TkomJSONHandler : NSObject 00031 00032 00039 - (NSDictionary*)transformJSONResponse:(NSData*) jsonResponse; 00040 00041 00047 - (NSString*) transformToJSON:(NSDictionary*) keyValueSet; 00048 00049 00050 @end
1.7.5