I am integrating my application code with Payeezy iOS SDK. but could not find the file to set KApiKey, KApiSecret, KToken and KURL
#define KApiKey @"test_apikey_bA8hIqpzuAVW6itHqXsXwSl6JtFWPCA0"
#define KApiSecret @"test_apitsecret_YmI4YzA1NmRkZmQzMzA1ZmIZjYzwMWIzZThkMWU2NGRjZmI4OWE5NGRiMzM4NA=="
#define KToken @"test_merchant_token_fdoa-a480ce8951daa73262734cf102641994c1e55e7cdf4c02b6"
#define KURL @"https://api-cert.payeezy.com/v1/transactions"
Please let me know the file name to set the parameter ? do you have any application that I can use for Authorize Capture and Purchase void ?