IMAPlatformHeaders.h 859 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. //
  2. // IMAPlatformHeaders.h
  3. // TIMAdapter
  4. //
  5. // Created by AlexiChen on 16/2/17.
  6. // Copyright © 2016年 AlexiChen. All rights reserved.
  7. //
  8. #ifndef IMAPlatformHeaders_h
  9. #define IMAPlatformHeaders_h
  10. typedef NS_ENUM(NSInteger, IMARefreshStyle) {
  11. EIMARefresh_None, // 无更新
  12. EIMARefresh_ING, // 正在刷新
  13. EIMARefresh_Wait, // 正在刷新,下一个须等待
  14. };
  15. #import "IMAContactManager.h"
  16. #import "IMAContactManager+SubGroup.h"
  17. #import "IMAContactManager+Group.h"
  18. #import "IMAConversationManager.h"
  19. #import "IMAPlatformConfig.h"
  20. #import "IMALoginParam.h"
  21. #import "IMAPlatform.h"
  22. #import "IMAPlatform+AppConfig.h"
  23. #import "IMAPlatform+IMSDKCallBack.h"
  24. #import "IMAPlatform+Login.h"
  25. #import "IMAPlatform+FriendShip.h"
  26. #import "IMAPlatform+Friend.h"
  27. #import "IMAContactManager+User.h"
  28. #endif /* IMPlatformHeader_h */