| 12345678910111213141516171819 |
- //
- // TIMModelGroup.h
- // TIMAdapter
- //
- // Created by AlexiChen on 16/1/29.
- // Copyright © 2016年 AlexiChen. All rights reserved.
- //
- #ifndef TIMModelGroup_h
- #define TIMModelGroup_h
- #import "IMASubGroup.h"
- #import "IMAGroup.h"
- #import "IMAGroup+Profile.h"
- #endif /* TIMModelGroup_h */
|