| 123456789101112131415161718 |
- //
- // TIMModelMSG.h
- // TIMAdapter
- //
- // Created by AlexiChen on 16/1/29.
- // Copyright © 2016年 AlexiChen. All rights reserved.
- //
- #ifndef TIMModelMSG_h
- #define TIMModelMSG_h
- #import "IMAMsg.h"
- #import "IMAMsg+Draft.h"
- #import "CustomElemCmd.h"
- #endif /* TIMModelMSG_h */
|