added namespace for control

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-02-29 16:34:55 -06:00
parent 6553810271
commit cedba7ba8c

View File

@ -10,7 +10,7 @@ import UIKit
import Combine
import VDSColorTokens
/// Will move this into a new file, need to talk with Scott/Kyle
@objc(VDSTextView)
open class TextView: UITextView, ViewProtocol {
//--------------------------------------------------