29 lines
620 B
Objective-C
29 lines
620 B
Objective-C
#ifdef SHOULD_COMPILE_LOOKIN_SERVER
|
|
|
|
//
|
|
// Peertalk.h
|
|
// Peertalk
|
|
//
|
|
// Created by Marek Cirkos on 12/04/2016.
|
|
//
|
|
//
|
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for Peertalk.
|
|
FOUNDATION_EXPORT double PeertalkVersionNumber;
|
|
|
|
//! Project version string for Peertalk.
|
|
FOUNDATION_EXPORT const unsigned char PeertalkVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <Peertalk/PublicHeader.h>
|
|
|
|
|
|
#import "Lookin_PTChannel.h"
|
|
#import "Lookin_PTProtocol.h"
|
|
#import "Lookin_PTUSBHub.h"
|
|
|
|
#endif /* SHOULD_COMPILE_LOOKIN_SERVER */
|