1234567891011121314151617181920 |
- //
- // NTESChartletAttachment.h
- // NIM
- //
- // Created by chris on 15/7/10.
- // Copyright © 2015年 Netease. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "NTESCustomAttachmentDefines.h"
- @interface NTESChartletAttachment : NSObject<NIMCustomAttachment,NTESCustomAttachmentInfo>
- @property (nonatomic,copy) NSString *chartletId;
- @property (nonatomic,copy) NSString *chartletCatalog;
- @property (nonatomic,strong) UIImage *showCoverImage;
- @end
|