Skip to content

Commit

Permalink
add: 신고 기능 담당 VC(#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozohoy committed Oct 17, 2024
1 parent f134ad2 commit f3491f1
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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()
}
}

0 comments on commit f3491f1

Please sign in to comment.