Update VideoDownloadManager.swift

This commit is contained in:
Jungpyo Hong 2021-05-05 11:46:44 -05:00 committed by GitHub
parent 1088e13f08
commit c6349400c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
//
// VideoManager.swift
// VideoDownloadManager.swift
// DispatchDemoApp
//
// Created by JungpyoHong on 4/29/21.
@ -7,7 +7,7 @@
import Foundation
import PhotosUI
struct VideoManager {
struct VideoDownloadManager {
func downloadVideoLinkAndCreateAsset(_ videoLink: String) {