blob: 5eed7c8398d2981022292d8cff86889c562a5a1c [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_SHOWCASE_OMNIBOX_POPUP_SC_OMNIBOX_POPUP_COORDINATOR_H_
#define IOS_SHOWCASE_OMNIBOX_POPUP_SC_OMNIBOX_POPUP_COORDINATOR_H_
#include <UIKit/UIKit.h>
#import "ios/showcase/common/navigation_coordinator.h"
// Coordnator for the Omnibox Popup entry in Showcase.
@interface SCOmniboxPopupCoordinator : NSObject <NavigationCoordinator>
@end
#endif // IOS_SHOWCASE_OMNIBOX_POPUP_SC_OMNIBOX_POPUP_COORDINATOR_H_