CPTiOSApi  1.25
 All Classes Functions Variables Enumerations Enumerator Pages
/Users/sviluppo/marco/CPTApi/CustomXmliOSApi/CustomXmliOSApi/CustomXmlDictionaryItem.h
1 //
2 // CustomXmlDictionaryItem.h
3 // CustomXmlTest
4 //
5 // Created by sviluppo on 19/03/14.
6 // Copyright (c) 2014 CUSTOM. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 
11 
15 @interface CustomXmlDictionaryItem : NSObject
16 {
17 
18 @public
22  NSString * Tag;
26  NSString * Value;
27 }
28 
35 
36 -(id)initCustomXmlDictionaryItem:(NSString*)tag :(NSString*)value;
37 @end