blob: a00c18d029b2c7eb4bcd2e7a90ee8391832afdf5 [file] [log] [blame]
// Copyright 2021 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_DOWNLOAD_VCARD_COORDINATOR_H_
#define IOS_CHROME_BROWSER_UI_DOWNLOAD_VCARD_COORDINATOR_H_
#import "ios/chrome/browser/ui/coordinators/chrome_coordinator.h"
// Opens downloaded Vcard.
@interface VcardCoordinator : ChromeCoordinator
@end
#endif // IOS_CHROME_BROWSER_UI_DOWNLOAD_VCARD_COORDINATOR_H_