mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
7 lines
108 B
Swift
7 lines
108 B
Swift
import Foundation
|
|
import React
|
|
|
|
@objc(KSPlayerModule)
|
|
class KSPlayerModule: NSObject {
|
|
// Dummy class
|
|
}
|