Skip to content

Commit

Permalink
Added
Browse files Browse the repository at this point in the history
  • Loading branch information
zmian committed Feb 11, 2024
1 parent 1bb2017 commit accd346
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Xcore/Swift/Helpers/Samples.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ extension Samples {
/// tests.
public static let lastNameInitial = "S"

/// Returns a sample avatar url suitable to display in the previews and tests.
public static let avatarUrl = URL(string: "https://avatars.githubusercontent.com/u/621693")!

/// Returns a sample url suitable to display in the previews and tests.
public static let url = URL(string: "https://www.example.com")!

Expand Down

0 comments on commit accd346

Please sign in to comment.