Peertalk.h 539 B

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