blob: 03ff9a1c662cd958b44e1a6b4198ff1a968e0f0f [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 <XCTest/XCTest.h>
NS_ASSUME_NONNULL_BEGIN
@interface StatusBarTest : XCTestCase
@property(nonatomic, strong) XCUIApplication* application;
@end
NS_ASSUME_NONNULL_END