1
This commit is contained in:
28
Pods/LookinServer/Src/Main/Shared/Peertalk/Peertalk.h
generated
Normal file
28
Pods/LookinServer/Src/Main/Shared/Peertalk/Peertalk.h
generated
Normal file
@@ -0,0 +1,28 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user