Merge branch 'bugfix/namespace' into 'develop'

added namespace for control

See merge request BPHV_MIPS/vds_ios!162
This commit is contained in:
Bruce, Matt R 2024-02-29 22:35:28 +00:00
commit 7496baa3df

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 {
//--------------------------------------------------