From 7098990060d30e566084803a6655f9013fee08d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B2=E1=84=8C=E1=85=A5=E1=86=BC=E1=84=8C?= =?UTF-8?q?=E1=85=AE?= Date: Sun, 14 Jul 2024 14:56:31 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=A0=95=EC=A3=BC]=20AddDietRepresentView=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AddDietViewController를 SwiftUI에서 사용하지 않기 때문에 AddDietRepresentView를 제거했습니다. --- .../BoostPillyze/AddDiet/AddDietViewController.swift" | 9 --------- 1 file changed, 9 deletions(-) diff --git "a/\353\251\244\353\262\204-\352\260\234\353\260\234-\355\217\264\353\215\224/\354\234\240\354\240\225\354\243\274/BoostPillyze/BoostPillyze/AddDiet/AddDietViewController.swift" "b/\353\251\244\353\262\204-\352\260\234\353\260\234-\355\217\264\353\215\224/\354\234\240\354\240\225\354\243\274/BoostPillyze/BoostPillyze/AddDiet/AddDietViewController.swift" index 44aaedf..07ab309 100644 --- "a/\353\251\244\353\262\204-\352\260\234\353\260\234-\355\217\264\353\215\224/\354\234\240\354\240\225\354\243\274/BoostPillyze/BoostPillyze/AddDiet/AddDietViewController.swift" +++ "b/\353\251\244\353\262\204-\352\260\234\353\260\234-\355\217\264\353\215\224/\354\234\240\354\240\225\354\243\274/BoostPillyze/BoostPillyze/AddDiet/AddDietViewController.swift" @@ -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 { // MARK: - Attribute