// // BUYProductVariant+Currency.h // iCemarose // // Created by lee on 2017/6/14. // Copyright © 2017年 kollway. All rights reserved. // #import <Mobile-Buy-SDK/Buy/BUYProductVariant.h> @interface BUYProductVariant (Currency) - (NSDecimalNumber *) compareAtPriceValue; - (NSString *) compareAtPriceFormatted; - (NSDecimalNumber *) priceValue; - (NSString *) priceFormatted; @end