| 123456789101112131415161718192021 |
- //
- // TIMModelConversation.h
- // TIMAdapter
- //
- // Created by AlexiChen on 16/1/29.
- // Copyright © 2016年 AlexiChen. All rights reserved.
- //
- #ifndef TIMModelConversation_h
- #define TIMModelConversation_h
- #import "IMAConversation.h"
- #import "IMACustomConversation.h"
- #endif /* TIMModelConversation_h */
|