NTESRedPacketAttachment.h 457 B

1234567891011121314151617181920
  1. //
  2. // NTESRedPacketAttachment.h
  3. // NIM
  4. //
  5. // Created by chris on 2017/7/14.
  6. // Copyright © 2017年 Netease. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "NTESCustomAttachmentDefines.h"
  10. @interface NTESRedPacketAttachment : NSObject<NIMCustomAttachment,NTESCustomAttachmentInfo>
  11. @property (nonatomic, copy) NSString *redPacketId;
  12. @property (nonatomic, copy) NSString *title;
  13. @property (nonatomic, copy) NSString *content;
  14. @end