2
0

WFMomentUIKit.h 604 B

1234567891011121314151617181920
  1. //
  2. // WFMomentUIKit.h
  3. // WFMomentUIKit
  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 WFMomentUIKit.
  11. FOUNDATION_EXPORT double WFMomentUIKitVersionNumber;
  12. //! Project version string for WFMomentUIKit.
  13. FOUNDATION_EXPORT const unsigned char WFMomentUIKitVersionString[];
  14. // In this header, you should import all the public headers of your framework using statements like #import <WFMomentUIKit/PublicHeader.h>