8#import <Foundation/Foundation.h>
23@property (nonatomic, readonly)NSString *
symbol;
30@property (nonatomic, readonly)NSString *
charCode;
37@property (nonatomic, readonly)NSInteger
exponent;
44+(
Currency *)currencyForCharCode:(NSString *)charcode;
Definition: Currency.h:11
NSString * charCode
Definition: Currency.h:30
NSInteger exponent
Definition: Currency.h:37
NSString * numericCode
Definition: Currency.h:16
NSString * symbol
Definition: Currency.h:23