Skip to content

Instantly share code, notes, and snippets.

View mahabaleshwarhnr's full-sized avatar

Mahabaleshwar mahabaleshwarhnr

View GitHub Profile
@mahabaleshwarhnr
mahabaleshwarhnr / MockURLProtocol.swift
Created April 13, 2020 23:45
MockURLProtocol used for API mocking in iOS. This class supports cancel and resume operations. You can also test your various API logic
//
// MockURLProtocol.swift
// Cheeta
//
// Created by Mahabaleshwar on 14/04/20.
// Copyright © 2020 TW. All rights reserved.
//
import Foundation
//
// ICTextField.swift
//
//
// Created by Mahabaleshwar Hegde on 26/04/18.
// Copyright © 2018 Mahabaleshwar. All rights reserved.
//
import UIKit