RunnerTests.m 356 B

1234567891011121314151617
  1. #import <Flutter/Flutter.h>
  2. #import <UIKit/UIKit.h>
  3. #import <XCTest/XCTest.h>
  4. @interface RunnerTests : XCTestCase
  5. @end
  6. @implementation RunnerTests
  7. - (void)testExample {
  8. // If you add code to the Runner application, consider adding tests here.
  9. // See https://developer.apple.com/documentation/xctest for more information about using XCTest.
  10. }
  11. @end