IMAPlatform+Login.h 428 B

123456789101112131415161718
  1. //
  2. // IMAPlatform+Login.h
  3. // TIMChat
  4. //
  5. // Created by AlexiChen on 16/2/26.
  6. // Copyright © 2016年 AlexiChen. All rights reserved.
  7. //
  8. #import "IMAPlatform.h"
  9. #import "IMAPlatform+TCAVLive.h"
  10. @interface IMAPlatform (Login)
  11. - (void)loginTIMSDK:(TIMLoginParam *)param succ:(TIMLoginSucc)succ fail:(TIMFail)fail;
  12. // 配置进入主界面后的要拉取的数据
  13. - (void)configOnEnterMainUIWith:(TIMLoginParam *)param;
  14. @end