説明なし

Storyboarded.swift 245B

    // // Storyboarded.swift // PaiaiUIKit // // Created by FFIB on 2019/1/29. // Copyright © 2019 FFIB. All rights reserved. // import UIKit public protocol Storyboarded where Self: UIViewController { static func instantiate() -> Self }