//
// KWMExchangeRateResult.h
// iCemarose
//
// Created by HouWeiBin on 2016/12/5.
// Copyright © 2016年 kollway. All rights reserved.
//
#import "KWMCemaroseResult.h"
@interface KWMExchangeRateResult : KWMCemaroseResult
//@property (nonatomic) NSNumber* exchangeRate;
@property (nonatomic, strong) NSString *status;
@property (nonatomic, strong) NSNumber *code;
@property (nonatomic, strong) NSDictionary *message;
@property (nonatomic, strong) NSString *currency;
@property (nonatomic, strong) NSString *name;
@property (nonatomic, strong) NSDecimalNumber *exchange_rate;
@end