Skip to content

Commit 3b8dffe

Browse files
committed
🚚 [style] WebViewController를 Common모듈로 옮김
1 parent e34bc9d commit 3b8dffe

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//
2+
// LinksTextView.swift
3+
// Common
4+
//
5+
// Created by Watcha-Ethan on 2023/02/23.
6+
// Copyright © 2023 Fitfty. All rights reserved.
7+
//
8+
9+
import Foundation

Fitfty/Projects/Setting/Sources/Home/WebView/SettingWebViewController.swift renamed to Fitfty/Projects/Common/Sources/WebView/FitftyWebViewController.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// SettingWebViewController.swift
3-
// Setting
2+
// FitftyWebViewController.swift
3+
// Common
44
//
55
// Created by Watcha-Ethan on 2023/02/14.
66
// Copyright © 2023 Fitfty. All rights reserved.
@@ -9,7 +9,7 @@
99
import UIKit
1010
import WebKit
1111

12-
public final class SettingWebViewController: UIViewController, WKUIDelegate, WKNavigationDelegate {
12+
public final class FitftyWebViewController: UIViewController, WKUIDelegate, WKNavigationDelegate {
1313

1414
private let webView = WKWebView(frame: .zero)
1515
private let url: String

0 commit comments

Comments
 (0)