TextCellStyle
enum TextCellStyleStyle of  DynamicTableViewTextCell
These now come in two flavors:
- UILabelbacked
- UITextViewbacked
- 
                    
                    DynamicCell with a basic label DeclarationSwift case label
- 
                    
                    DynamicCell that uses a UITextView with data recognizers instead of a UILabel to display text Useful for automatic link, phone #, etc. recognization DeclarationSwift case textView(UIDataDetectorTypes)
- 
                    
                    Undocumented DeclarationSwift case linkTextView(String, _: ENAFont = .body)
- 
                    
                    Undocumented DeclarationSwift var reuseIdentifier: CellReuseIdentifier { get }
 
            