Nenhuma Descrição

Readable.swift 195B

    // // Readable.swift // PaiaiDataKit // // Created by ffib on 2018/12/21. // Copyright © 2018 yb. All rights reserved. // import Foundation public protocol Readable { func readed() }