Skip to content

Commit bc80058

Browse files
Add missing imports
1 parent 148f320 commit bc80058

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

packages/camera/camera_avfoundation/example/ios/RunnerTests/CameraSettingsTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// found in the LICENSE file.
44

55
import AVFoundation
6+
import Flutter
67
import XCTest
78

89
@testable import camera_avfoundation

packages/camera/camera_avfoundation/example/ios/RunnerTests/Mocks/MockCaptureDeviceInputFactory.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
import Foundation
6+
57
@testable import camera_avfoundation
68

79
///// A mocked implementation of CaptureDeviceInputFactory which allows injecting a custom

packages/camera/camera_avfoundation/example/ios/RunnerTests/Mocks/MockFrameRateRange.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
import Foundation
6+
57
@testable import camera_avfoundation
68

79
/// A mock implementation of `FrameRateRange` that allows mocking the class properties.

packages/camera/camera_avfoundation/example/ios/RunnerTests/Mocks/MockWritableData.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5+
import Foundation
6+
57
@testable import camera_avfoundation
68

79
/// A mock implementation of `WritableData` that allows injecting a custom implementation

0 commit comments

Comments
 (0)