WFCCFileRecord.m 203 B

12345678910111213
  1. //
  2. // WFCCFileRecord.m
  3. // WFChatClient
  4. //
  5. // Created by dali on 2020/8/2.
  6. // Copyright © 2020 WildFireChat. All rights reserved.
  7. //
  8. #import "WFCCFileRecord.h"
  9. @implementation WFCCFileRecord
  10. @end