|
//
|
|
// NTESCustomAttachmentDecoder.h
|
|
// NIM
|
|
//
|
|
// Created by amao on 7/2/15.
|
|
// Copyright (c) 2015 Netease. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <NIMSDK/NIMSDK.h>
|
|
|
|
@interface NTESCustomAttachmentDecoder : NSObject<NIMCustomAttachmentCoding>
|
|
|
|
@end
|