Skip to content

Commit

Permalink
[정주] AddDietRepresentView 제거
Browse files Browse the repository at this point in the history
AddDietViewController를 SwiftUI에서 사용하지 않기 때문에 AddDietRepresentView를 제거했습니다.
  • Loading branch information
jeongju9216 committed Jul 14, 2024
1 parent 64a0514 commit 7098990
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ import UIKit
import SwiftUI
import Combine

struct AddDietRepresentView: UIViewControllerRepresentable {

func makeUIViewController(context: Context) -> some UIViewController {
AddDietViewController()
}

func updateUIViewController(_ uiViewController: UIViewControllerType, context: Context) {}
}

final class AddDietViewController: LayoutViewController<AddDietView> {

// MARK: - Attribute
Expand Down

0 comments on commit 7098990

Please sign in to comment.