// // PlayerStatusEnum.swift // WOKA // // Created by MacBook Pro on 14/10/24. // enum PlayerStatusEnum { case playing case paused case buffering case stopped case none }