// // ProfileCell.h // OpenLive // // Created by GongYuhua on 2016/9/12. // Copyright © 2016年 Agora. All rights reserved. // #import #import @interface ProfileCell : UITableViewCell - (void)updateWithProfile:(AgoraRtcVideoProfile)profile isSelected:(BOOL)isSelected; @end