RCReferencedContentView Class Reference
Inherits from | UIView |
---|---|
Declared in | RCReferencedContentView.h |
leftLimitLine
被引用消息显示左边线
@property (nonatomic, strong) UIView *leftLimitLine
Discussion
被引用消息显示左边线
Declared In
RCReferencedContentView.h
nameLabel
被引用消息发送者名称
@property (nonatomic, strong) UILabel *nameLabel
Discussion
被引用消息发送者名称
Declared In
RCReferencedContentView.h
textLabel
被引用消息内容文本 label
@property (nonatomic, strong) UILabel *textLabel
Discussion
被引用消息内容文本 label
Declared In
RCReferencedContentView.h
msgImageView
被引用图片消息显示的 View
@property (nonatomic, strong) UIImageView *msgImageView
Discussion
被引用图片消息显示的 View
Declared In
RCReferencedContentView.h
– setMessage:contentSize:
- (void)setMessage:(RCMessageModel *)message contentSize:(CGSize)contentSize