// // QuerySigner.swift // Vendoo // // Created by cole alban on 8/27/16. // Copyright © 2016 Okechi Onyeje. All rights reserved. // import Foundation /* This class will be used to sign the HTTP query with a HmacSHA256 string that will then be encoded in base64 for transmission. This 'signature' is required by the Amazon MWS Api to verify that requests are not corrupted in transit. */ class QuerySigner{ }