Skip to content

Commit

Permalink
Merge pull request #83 from yumemi-inc/feature/remove-import
Browse files Browse the repository at this point in the history
不必要な import を削除しました。
  • Loading branch information
es-kumagai authored Jun 20, 2024
2 parents 75ab058 + a6e5f72 commit 9b2704c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Example/Example/Data/Weather.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// Copyright © 2020 YUMEMI Inc. All rights reserved.
//

import Foundation

enum Weather: String, Decodable {
case sunny
case cloudy
Expand Down
2 changes: 0 additions & 2 deletions Example/Example/Data/WeatherError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// Copyright © 2020 YUMEMI Inc. All rights reserved.
//

import Foundation

enum WeatherError: Error {
case jsonEncodeError
case jsonDecodeError
Expand Down
1 change: 0 additions & 1 deletion Example/Example/Model/DisasterModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// Copyright © 2020 YUMEMI Inc. All rights reserved.
//

import Foundation
import YumemiWeather

class DisasterModelImpl: DisasterModel {
Expand Down
2 changes: 0 additions & 2 deletions Sources/YumemiWeather/YumemiDisaster.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
// Created by 渡部 陽太 on 2020/04/19.
//

import Foundation

public protocol YumemiDisasterHandleDelegate: AnyObject {
func handle(disaster: String)
}
Expand Down

0 comments on commit 9b2704c

Please sign in to comment.