NTESCustomAttachmentDecoder.h 254 B

12345678910111213
  1. //
  2. // NTESCustomAttachmentDecoder.h
  3. // NIM
  4. //
  5. // Created by amao on 7/2/15.
  6. // Copyright (c) 2015 Netease. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NTESCustomAttachmentDecoder : NSObject<NIMCustomAttachmentCoding>
  10. @end