blob: 5e57ceda963ec6dfec0ba84b14d38beff46ebf9c [file] [log] [blame]
// Copyright 2020 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_ELEMENTS_TEXT_VIEW_SELECTION_DISABLED_H_
#define IOS_CHROME_BROWSER_UI_ELEMENTS_TEXT_VIEW_SELECTION_DISABLED_H_
#import <UIKit/UIKit.h>
// UITextView subclass is needed to override -canBecomeFirstResponder to prevent
// text selection while maintaining clickable link.
@interface TextViewSelectionDisabled : UITextView
@end
#endif // IOS_CHROME_BROWSER_UI_ELEMENTS_TEXT_VIEW_SELECTION_DISABLED_H_