IMAShow.h 487 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // TIMShow.h
  3. // TIMAdapter
  4. //
  5. // Created by AlexiChen on 16/1/29.
  6. // Copyright © 2016年 AlexiChen. All rights reserved.
  7. //
  8. #ifndef TIMShow_h
  9. #define TIMShow_h
  10. #import "IMAShowAble.h"
  11. #import "IMAUserShowAble.h"
  12. #import "IMAConversationShowAble.h"
  13. #import "IMAContactDrawerShowAble.h"
  14. #import "IMAContactItemShowAble.h"
  15. #import "IMSDK+ShowAble.h"
  16. #import "ChatAttachment.h"
  17. #import "IMAConnectConversation.h"
  18. #import "TIMElem+ShowDescription.h"
  19. #endif /* TIMShow_h */