Files
keyboard/Pods/LookinServer/Src/Main/Shared/Peertalk/Peertalk.h
2025-10-28 10:18:10 +08:00

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 */