class DataDetailWireframe {
    
    static func makeViewController() -> DataDetailViewController {
        return DataDetailViewController()
    }