Add missing import statements
This commit is contained in:
parent
04c2832942
commit
cf3c1201ba
|
@ -1,6 +1,7 @@
|
|||
#if os(iOS)
|
||||
|
||||
import AVFoundation
|
||||
import CoreImage
|
||||
|
||||
extension VideoIOComponent {
|
||||
var zoomFactor: CGFloat {
|
||||
|
|
|
@ -4,6 +4,7 @@ import Foundation
|
|||
#if os(macOS)
|
||||
typealias NetStreamRendererView = NSView
|
||||
#else
|
||||
import UIKit
|
||||
typealias NetStreamRendererView = UIView
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
import Foundation
|
||||
|
||||
/**
|
||||
flash.net.NetStreamInfo for Swift
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue