21 lines
467 B
Objective-C
21 lines
467 B
Objective-C
//
|
|
// 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
|