Peertalk.h 620 B

12345678910111213141516171819202122232425262728
  1. #ifdef SHOULD_COMPILE_LOOKIN_SERVER
  2. //
  3. // Peertalk.h
  4. // Peertalk
  5. //
  6. // Created by Marek Cirkos on 12/04/2016.
  7. //
  8. //
  9. #import <Foundation/Foundation.h>
  10. //! Project version number for Peertalk.
  11. FOUNDATION_EXPORT double PeertalkVersionNumber;
  12. //! Project version string for Peertalk.
  13. FOUNDATION_EXPORT const unsigned char PeertalkVersionString[];
  14. // In this header, you should import all the public headers of your framework using statements like #import <Peertalk/PublicHeader.h>
  15. #import "Lookin_PTChannel.h"
  16. #import "Lookin_PTProtocol.h"
  17. #import "Lookin_PTUSBHub.h"
  18. #endif /* SHOULD_COMPILE_LOOKIN_SERVER */