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
import Foundation | |
import UIKit | |
import OHHTTPStubs | |
import SwiftyJSON | |
@objc class HTTPStub: NSObject { | |
static let enableHttpStubbing = HTTPStub() | |
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
// | |
// HTTPStub.swift | |
// Karhoo | |
// | |
// Created by John Pope on 9/14/16. | |
// Copyright © 2016 Karhoo Ltd. All rights reserved. | |
// | |
import Foundation | |
import UIKit |
NewerOlder