link.h 478 B

12345678910111213141516171819
  1. //
  2. // link.h
  3. // link
  4. //
  5. // Created by Nicolas Holzschuch on 03/05/2018.
  6. // Copyright © 2018 Nicolas Holzschuch. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //! Project version number for link.
  10. FOUNDATION_EXPORT double linkVersionNumber;
  11. //! Project version string for link.
  12. FOUNDATION_EXPORT const unsigned char linkVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <link/PublicHeader.h>