Nav apraksta

Storyboarded.swift 243B

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