![]() |
Tuya iOS Smart Life App SDK 5.15.0
|
The model of a message attachment. More...
#import <ThingSmartMessageListModel.h>
Properties | |
BOOL | isVideo |
Specifies whether the attachment is a video file, such as MP4 files. More... | |
NSString * | url |
The URL of the attachment. More... | |
NSString * | thumbUrl |
The thumbnail of the attachment. More... | |
The model of a message attachment.
Definition at line 12 of file ThingSmartMessageListModel.h.
|
readwritenonatomicassign |
Specifies whether the attachment is a video file, such as MP4 files.
Definition at line 15 of file ThingSmartMessageListModel.h.
|
readwritenonatomicstrong |
The thumbnail of the attachment.
Definition at line 21 of file ThingSmartMessageListModel.h.
|
readwritenonatomicstrong |
The URL of the attachment.
Definition at line 18 of file ThingSmartMessageListModel.h.