blob: 534fd6d217af61c6a3e727a4a483597888f46710 [file] [log] [blame]
// Copyright 2017 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_WEB_MAILTO_HANDLER_SYSTEM_MAIL_H_
#define _IOS_CHROME_BROWSER_WEB_MAILTO_HANDLER_SYSTEM_MAIL_H_
#import "ios/chrome/browser/web/mailto_handler.h"
// Handler for Apple Mail client.
@interface MailtoHandlerSystemMail : MailtoHandler
@end
#endif // _IOS_CHROME_BROWSER_WEB_MAILTO_HANDLER_SYSTEM_MAIL_H_