Init Project

This commit is contained in:
Yashar Panahi
2025-08-02 10:32:37 +03:30
parent 9e766feb9b
commit 59c3091b2f
72 changed files with 1992 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import Flutter
import UIKit
import XCTest
class RunnerTests: XCTestCase {
func testExample() {
// If you add code to the Runner application, consider adding tests here.
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
}
}