diff --git "a/Gobong/Assets.xcassets/dummyImg.imageset/\352\271\214\353\245\264\353\263\264 \353\266\210\353\213\255 \353\246\254\354\206\214\355\206\240.png" "b/Gobong/Assets.xcassets/dummyImg.imageset/\352\271\214\353\245\264\353\263\264 \353\266\210\353\213\255 \353\246\254\354\206\214\355\206\240.png" deleted file mode 100644 index 7e87b938..00000000 Binary files "a/Gobong/Assets.xcassets/dummyImg.imageset/\352\271\214\353\245\264\353\263\264 \353\266\210\353\213\255 \353\246\254\354\206\214\355\206\240.png" and /dev/null differ diff --git a/Gobong/activityIndicator.swift b/Gobong/activityIndicator.swift deleted file mode 100644 index 92dace8c..00000000 --- a/Gobong/activityIndicator.swift +++ /dev/null @@ -1,27 +0,0 @@ -// -// activityIndicator.swift -// Gobong -// -// Created by Ebbyy on 2023/08/14. -// - -import Foundation -import NVActivityIndicatorView - -class ActivityIndicator { - static let shared = ActivityIndicator() - - func setupActivityIndicator(in view: UIView) -> NVActivityIndicatorView { - let frame = CGRect(x: (view.frame.width - 100) / 2, y: (view.frame.height - 100) / 2, width: 100, height: 100) - let type = NVActivityIndicatorType.ballScaleRippleMultiple - let color = UIColor(named: "pink") - let padding: CGFloat = 0 - - let activityIndicatorView = NVActivityIndicatorView(frame: frame, type: type, color: color, padding: padding) - - // Add it as a subview to your main view - view.addSubview(activityIndicatorView) - - return activityIndicatorView - } -} diff --git a/Pods/RxCocoa/LICENSE.md b/iOs/Pods/RxCocoa/LICENSE.md similarity index 100% rename from Pods/RxCocoa/LICENSE.md rename to iOs/Pods/RxCocoa/LICENSE.md diff --git a/Pods/RxRelay/LICENSE.md b/iOs/Pods/RxRelay/LICENSE.md similarity index 100% rename from Pods/RxRelay/LICENSE.md rename to iOs/Pods/RxRelay/LICENSE.md diff --git a/Pods/RxSwift/LICENSE.md b/iOs/Pods/RxSwift/LICENSE.md similarity index 100% rename from Pods/RxSwift/LICENSE.md rename to iOs/Pods/RxSwift/LICENSE.md