PrivateChatViewController.h 390 B

12345678910111213141516
  1. //
  2. // PrivateChatViewController.h
  3. // BuguLive
  4. //
  5. // Created by fanwe2014 on 16/6/27.
  6. // Copyright © 2016年 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface PrivateChatViewController : UIViewController
  10. @property (nonatomic, copy) NSString *receiverId;//是群聊还是私聊
  11. @property (nonatomic, copy) NSString *ITMString;//TIM_C2C是单聊,TIM_GROUP是群聊
  12. @end