JXAVCallCell.h 200 B

12345678910111213
  1. //
  2. // JXAVCallCell.h
  3. // shiku_im
  4. //
  5. // Created by p on 2017/8/7.
  6. // Copyright © 2017年 Reese. All rights reserved.
  7. //
  8. #import "JXBaseChatCell.h"
  9. @interface JXAVCallCell : JXBaseChatCell
  10. @end