抓娃娃版1127

JCYProfileCell.h 337B

123456789101112131415
  1. //
  2. // ProfileCell.h
  3. // OpenLive
  4. //
  5. // Created by GongYuhua on 2016/9/12.
  6. // Copyright © 2016年 Agora. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <AgoraRtcEngineKit/AgoraRtcEngineKit.h>
  10. @interface ProfileCell : UITableViewCell
  11. - (void)updateWithProfile:(AgoraRtcVideoProfile)profile isSelected:(BOOL)isSelected;
  12. @end