Skip to content

Commit c1083f9

Browse files
authored
fix(ios): mlkit import (#59)
1 parent a44827e commit c1083f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/mlkit-core/platforms/ios/src/TNSML.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22
import UIKit
3-
import MLKit
3+
import MLKitVision
44

55
#if canImport(MLKitBarcodeScanning)
66
import MLKitBarcodeScanning

packages/mlkit-core/platforms/ios/src/TNSMLKitHelper.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22
import AVFoundation
3-
import MLKit
3+
import MLKitVision
44

55
#if canImport(MLKitBarcodeScanning)
66
import MLKitBarcodeScanning

0 commit comments

Comments
 (0)