- //
- // IMAContactItemShowAble.h
- // TIMAdapter
- //
- // Created by AlexiChen on 16/2/18.
- // Copyright © 2016年 AlexiChen. All rights reserved.
- //
- #import "IMAShowAble.h"
- @protocol IMAContactItemShowAble <IMAShowAble>
- // 是否已选
- @property (nonatomic, assign) BOOL isSelected;
- @end
|