1234567891011121314 |
- //
- // YOUPAILCMultiImageAttachment.h
- // LiveChat
- //
- // Created by 张灿 on 2018/9/22.
- // Copyright © 2018年 caicai. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "LCCustomAttachmentDefine.h"
- @interface YOUPAILCMultiImageAttachment : NSObject<NIMCustomAttachment,LCCustomAttachmentInfo>
- @property(nonatomic,strong)NSMutableArray* imageArray;
- @end
|