fix(tvos): explicitly link AVKit for avDisplayManager category
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import AVFoundation
|
||||
#if os(tvOS)
|
||||
import AVKit
|
||||
#endif
|
||||
import QuartzCore
|
||||
import UIKit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user