15 lines
285 B
Swift
15 lines
285 B
Swift
//
|
|
// MNNLLMiOSTests.swift
|
|
// MNNLLMiOSTests
|
|
//
|
|
// Created by 游薪渝(揽清) on 2024/12/26.
|
|
//
|
|
|
|
import Testing
|
|
|
|
struct MNNLLMiOSTests {
|
|
@Test func example() async throws {
|
|
// Write your test here and use APIs like `#expect(...)` to check expected conditions.
|
|
}
|
|
}
|