// // NTESRedPacketAttachment.h // NIM // // Created by chris on 2017/7/14. // Copyright © 2017年 Netease. All rights reserved. // #import #import "NTESCustomAttachmentDefines.h" @interface NTESRedPacketAttachment : NSObject @property (nonatomic, copy) NSString *redPacketId; @property (nonatomic, copy) NSString *title; @property (nonatomic, copy) NSString *content; @end