Skip to content

Instantly share code, notes, and snippets.

@nivbp7
nivbp7 / ContentfulController.swift
Created January 27, 2022 14:46
Contentful Controller for testing completion handler is invoked twice on failure case
import Foundation
import Contentful
final class ContentfulController: NSObject {
// --------------------------------------------------------------------------------
// MARK:
// MARK: Singleton
static let shared = ContentfulController()