2
0

WFCCProtocol.h 285 B

123456789101112131415161718
  1. //
  2. // WFCCProtocol.h
  3. // WFChatClient
  4. //
  5. // Created by Rain on 2022/9/20.
  6. // Copyright © 2022 WildFireChat. All rights reserved.
  7. //
  8. #ifndef WFCCProtocol_h
  9. #define WFCCProtocol_h
  10. @protocol WFCCDuplicatable <NSObject>
  11. - (instancetype)duplicate;
  12. @end
  13. #endif /* WFCCProtocol_h */