This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//********************************* | |
#pragma mark LOGS | |
//********************************* | |
#define RBM_DEBUG | |
// DLog console log for debug | |
#ifdef RBM_DEBUG | |
#define DLog(fmt, ...) NSLog((@"%s[%d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// SafariKeychain.swift | |
// Positipp | |
// | |
// Created by Rafael Bartolome on 15/06/2019. | |
// Copyright © 2019 Moonshot People Tech SL. All rights reserved. | |
// | |
import Foundation |