ContextMaker.swift 269 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // // ContextMaker.swift // RSBarcodes // // Created by Alexey Korolev on 11.10.2019. // Copyright © 2019 P.D.Q. All rights reserved. // import UIKit final class ContextMaker { static func make() -> CIContext { return CIContext(options: nil) } }