Skip to content

Commit

Permalink
πŸ› try!둜 μΈν•œ 린트 μ—λŸ¬ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
anyukyung committed Dec 13, 2023
1 parent 84cf2b7 commit b6c1541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS/Layover/LayoverTests/Seeds.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

// JSON 데이터와 λΉ„κ΅ν•˜κΈ° μœ„ν•œ λͺ¨λΈ
class Seeds {
static let sampleImageData = try! Data(contentsOf: Bundle(for: Seeds.self).url(forResource: "sample", withExtension: "jpeg")!)
static let sampleImageData = try? Data(contentsOf: Bundle(for: Seeds.self).url(forResource: "sample", withExtension: "jpeg")!)

struct Posts {
// PostList.json에 μ •μ˜λœ 데이터
Expand Down

0 comments on commit b6c1541

Please sign in to comment.