OSDN Git Service

Doutakuを導入
[kcd/KCD.git] / KCD / MasterMapAreaMapper.swift
index d503534..2181149 100644 (file)
@@ -9,9 +9,7 @@
 import Cocoa
 
 final class MasterMapAreaMapper: JSONMapper {
-    
-    typealias ObjectType = MasterMapArea
-    
+        
     let apiResponse: APIResponse
     let configuration = MappingConfiguration(entity: MasterMapArea.entity,
                                              dataKeys: ["api_data", "api_mst_maparea"],