1234567891011121314151617181920 |
- #import <UIKit/UIKit.h>
- @interface EMMessageStatusView : UIView
- @property (nonatomic, copy) void (^resendCompletion)(void);
- - (void)setSenderStatus:(EMMessageStatus)aStatus
- isReadAcked:(BOOL)aIsReadAcked
- type:(EMChatType)chatType;
- @end
|