2
0

WFMomentClient.h 611 B

1234567891011121314151617181920
  1. //
  2. // WFMomentClient.h
  3. // WFMomentClient
  4. //
  5. // Created by heavyrain.lee on 2019/12/2.
  6. // Copyright © 2019 WF Chat. All rights reserved.
  7. //
  8. // 这个库只是一个占位符,不包含朋友圈的任何代码
  9. #import <Foundation/Foundation.h>
  10. //! Project version number for WFMomentClient.
  11. FOUNDATION_EXPORT double WFMomentClientVersionNumber;
  12. //! Project version string for WFMomentClient.
  13. FOUNDATION_EXPORT const unsigned char WFMomentClientVersionString[];
  14. // In this header, you should import all the public headers of your framework using statements like #import <WFMomentClient/PublicHeader.h>