説明なし

CoordinatorKey.swift 355B

    // // CoordinatorKey.swift // Paiai_iOS // // Created by ffib on 2019/3/26. // Copyright © 2019 yb. All rights reserved. // import Foundation enum CoordinatorKey: String { case home = "home" case message = "message" case mine = "mine" case group = "group" case groupDetail = "groupDetail" case photoDetail = "photoDetail" }