123456789101112131415161718192021 |
- //
- // YOUPAILZChatRoomUpdatePowerAttachment.h
- // MSYOUPAI
- //
- // Created by CY on 2022/1/19.
- // Copyright © 2022 MS. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAILZChatRoomUpdatePowerAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property (nonatomic, strong) NSString *uid; // 用户编号
- @property (nonatomic, strong) NSString *identity; // 身份
- @end
- NS_ASSUME_NONNULL_END
|