Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCStrikethroughAttrs Class Reference

A class that contains strikethrough attributes. More...

#include <MobileRTCMeetingChat.h>

Inherits NSObject.

Properties

BOOL bStrikethrough
 Indicates if the text style is strikethrough. YES if strikethrough, NO otherwise.
 

Detailed Description

A class that contains strikethrough attributes.

Definition at line 545 of file MobileRTCMeetingChat.h.

Property Documentation

◆ bStrikethrough

- (BOOL) bStrikethrough
readwritenonatomicassign

Indicates if the text style is strikethrough. YES if strikethrough, NO otherwise.

Definition at line 550 of file MobileRTCMeetingChat.h.