18 lines
323 B
Swift
18 lines
323 B
Swift
|
|
//
|
||
|
|
// StaticFilesString.swift
|
||
|
|
// WOKA
|
||
|
|
//
|
||
|
|
// Created by MacBook Pro on 25/04/24.
|
||
|
|
//
|
||
|
|
|
||
|
|
import Foundation
|
||
|
|
|
||
|
|
extension K{
|
||
|
|
|
||
|
|
struct StaticFilesString{
|
||
|
|
static let wokaSplashSound = "WokaSplashSound"
|
||
|
|
static let onBoardMainSound = "OnBoardMainSound"
|
||
|
|
static let passingCloud = "PassingCloud"
|
||
|
|
}
|
||
|
|
}
|