mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-02-12 23:32:22 +00:00
4 lines
110 B
Swift
4 lines
110 B
Swift
class VLCManager {
|
|
static let shared = VLCManager()
|
|
var listeners: [SimpleAppLifecycleListener] = []
|
|
} |