blob: 4779cbeaa9cc5a8a313e57f54e9919b05190b5e2 [file] [log] [blame]
// Copyright 2012 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_UTIL_ACCESSIBILITY_CLOSE_MENU_BUTTON_H_
#define IOS_CHROME_BROWSER_UI_UTIL_ACCESSIBILITY_CLOSE_MENU_BUTTON_H_
#import <UIKit/UIKit.h>
// UIButton allowing the user to close the menu with VoiceOver.
@interface AccessibilityCloseMenuButton : UIButton
@end
#endif // IOS_CHROME_BROWSER_UI_UTIL_ACCESSIBILITY_CLOSE_MENU_BUTTON_H_