Skip to content

Instantly share code, notes, and snippets.

View YunKukPark's full-sized avatar
🙌

Yunkuk Park YunKukPark

🙌
  • Paycrux
  • Seoul, Korea
View GitHub Profile
@SergLam
SergLam / MockDataConstants.swift
Last active January 15, 2024 19:09
Mock Data URLs - links to audio, video and image files
import Foundation
struct MockDataConstants {
// MARK: - Image files
static let imageUrls: [String] = [
"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/BigBuckBunny.jpg",
"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/ElephantsDream.jpg",
"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/ForBiggerBlazes.jpg",
"http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/images/ForBiggerEscapes.jpg",