blob: 45e0a5dd9b7eb9fcf52b96ec278076ee5e1e29dc [file] [log] [blame]
// Copyright 2020 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import <Flutter/Flutter.h>
#import <XCTest/XCTest.h>
NS_ASSUME_NONNULL_BEGIN
@interface TextSemanticsFocusTest : XCTestCase
@property(nonatomic, strong) XCUIApplication* application;
@end
NS_ASSUME_NONNULL_END