chromium/ios/chrome/browser/shared/coordinator/scene/test/fake_connection_information.h

// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef IOS_CHROME_BROWSER_SHARED_COORDINATOR_SCENE_TEST_FAKE_CONNECTION_INFORMATION_H_
#define IOS_CHROME_BROWSER_SHARED_COORDINATOR_SCENE_TEST_FAKE_CONNECTION_INFORMATION_H_

#import "ios/chrome/browser/shared/coordinator/scene/connection_information.h"

@interface FakeConnectionInformation : NSObject <ConnectionInformation>
@end

#endif  // IOS_CHROME_BROWSER_SHARED_COORDINATOR_SCENE_TEST_FAKE_CONNECTION_INFORMATION_H_