NTESChartletAttachment.h 467 B

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