This commit is contained in:
2025-10-28 10:18:10 +08:00
parent efb04d134e
commit 1deca2ae5b
166 changed files with 17288 additions and 1427 deletions

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