Skip to content

Commit b5d1394

Browse files
committed
build(ios): import missing UIKit dependency
1 parent 5277adb commit b5d1394

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ios/Sources/CameraViewPlugin/CameraViewManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import AVFoundation
22
import Foundation
3+
import UIKit
34

45
/// Supported camera device types for the capture session.
56
internal let SUPPORTED_CAMERA_DEVICE_TYPES: [AVCaptureDevice.DeviceType] = [

0 commit comments

Comments
 (0)