ifish/Ifish/controllers/IfishTabControllers/消息/IfishIMFiles/Sessions/Model/Object/NTESChartletAttachment.h

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