IMAModelConversation.h 314 B

123456789101112131415161718192021
  1. //
  2. // TIMModelConversation.h
  3. // TIMAdapter
  4. //
  5. // Created by AlexiChen on 16/1/29.
  6. // Copyright © 2016年 AlexiChen. All rights reserved.
  7. //
  8. #ifndef TIMModelConversation_h
  9. #define TIMModelConversation_h
  10. #import "IMAConversation.h"
  11. #import "IMACustomConversation.h"
  12. #endif /* TIMModelConversation_h */