blob: 9218b9356b7ab037c3fb05a98024d16755171911 [file] [log] [blame]
// Copyright 2022 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_CHROME_BROWSER_UI_LENS_LENS_COORDINATOR_H_
#define IOS_CHROME_BROWSER_UI_LENS_LENS_COORDINATOR_H_
#import "ios/chrome/browser/ui/coordinators/chrome_coordinator.h"
// LensCoordinator presents the public interface for Lens related features.
@interface LensCoordinator : ChromeCoordinator
@end
#endif // IOS_CHROME_BROWSER_UI_LENS_LENS_COORDINATOR_H_