Skip to content

Commit

Permalink
add: ReportViewController(#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozohoy committed Jan 8, 2025
1 parent c787c0c commit 08c60dd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Presentation/Sources/Video/Report/ReportViewController.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
//
// ReportViewController.swift
// Presentation
//
// Created by 한지석 on 10/21/24.
// Copyright © 2024 com.recordy. All rights reserved.
//

import UIKit

class ReportViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()

}
}

0 comments on commit 08c60dd

Please sign in to comment.