import Foundation import SwiftyJSON import ObjectMapper class Author: Mappable { var id: Int! var name: String! required init?(map: Map) ...
確定! 回上一頁