From f3491f1c2ec6a09d1d577b7343de593b86638118 Mon Sep 17 00:00:00 2001 From: sozohoy Date: Fri, 18 Oct 2024 03:53:57 +0900 Subject: [PATCH] =?UTF-8?q?add:=20=EC=8B=A0=EA=B3=A0=20=EA=B8=B0=EB=8A=A5?= =?UTF-8?q?=20=EB=8B=B4=EB=8B=B9=20VC(#161)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ReportWithCopyLinkViewController.swift | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Presentation/Sources/Video/Report/ReportWithCopyLinkViewController.swift diff --git a/Presentation/Sources/Video/Report/ReportWithCopyLinkViewController.swift b/Presentation/Sources/Video/Report/ReportWithCopyLinkViewController.swift new file mode 100644 index 0000000..31788be --- /dev/null +++ b/Presentation/Sources/Video/Report/ReportWithCopyLinkViewController.swift @@ -0,0 +1,16 @@ +// +// ReportWithCopyLinkViewController.swift +// Presentation +// +// Created by 한지석 on 10/18/24. +// Copyright © 2024 com.recordy. All rights reserved. +// + +import UIKit + +class ReportWithCopyLinkViewController: UIViewController { + + override func viewDidLoad() { + super.viewDidLoad() + } +}