diff --git a/VDS/Components/TextFields/TextArea/TextView.swift b/VDS/Components/TextFields/TextArea/TextView.swift index cc1567bf..ea96ed6e 100644 --- a/VDS/Components/TextFields/TextArea/TextView.swift +++ b/VDS/Components/TextFields/TextArea/TextView.swift @@ -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 { //--------------------------------------------------