IMAConnectConversation.h 235 B

12345678910111213141516
  1. //
  2. // IMAConnectConversation.h
  3. // TIMChat
  4. //
  5. // Created by AlexiChen on 16/3/28.
  6. // Copyright © 2016年 AlexiChen. All rights reserved.
  7. //
  8. #import "IMAConversation.h"
  9. @interface IMAConnectConversation : IMAConversation
  10. @end