IMAContactItemShowAble.h 290 B

12345678910111213141516
  1. //
  2. // IMAContactItemShowAble.h
  3. // TIMAdapter
  4. //
  5. // Created by AlexiChen on 16/2/18.
  6. // Copyright © 2016年 AlexiChen. All rights reserved.
  7. //
  8. #import "IMAShowAble.h"
  9. @protocol IMAContactItemShowAble <IMAShowAble>
  10. // 是否已选
  11. @property (nonatomic, assign) BOOL isSelected;
  12. @end