Geen omschrijving

JSONCode.swift 203B

    // // JSONCode.swift // PaiaiDataKit // // Created by ffib on 2019/1/3. // Copyright © 2019 yb. All rights reserved. // import Foundation protocol JSONCode { init(json: [String: AnyObject]) }