Нет описания

Gettable.swift 214B

    // // Gettable.swift // PaiaiDataKit // // Created by ffib on 2018/12/21. // Copyright © 2018 yb. All rights reserved. // import Foundation public protocol Gettable { func loadContent(isRefresh: Bool) }