123456789101112131415161718192021 |
- //
- // YOUPAILZLiveFollowAttachment.h
- // TIANYAN
- //
- // Created by CY on 2021/6/2.
- // Copyright © 2021 leo. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZLiveFollowAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property (nonatomic, strong) NSString *roomid; /// 聊天室id
- @property (nonatomic, strong) NSString *msg; /// 消息体
- @end
- NS_ASSUME_NONNULL_END
|