Add missing import statements

This commit is contained in:
mfclarke 2020-03-29 16:31:29 +10:00
parent 04c2832942
commit cf3c1201ba
3 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#if os(iOS)
import AVFoundation
import CoreImage
extension VideoIOComponent {
var zoomFactor: CGFloat {

View File

@ -4,6 +4,7 @@ import Foundation
#if os(macOS)
typealias NetStreamRendererView = NSView
#else
import UIKit
typealias NetStreamRendererView = UIView
#endif

View File

@ -1,3 +1,5 @@
import Foundation
/**
flash.net.NetStreamInfo for Swift
*/