mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
f20b11745d
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
19 lines
664 B
Objective-C
19 lines
664 B
Objective-C
//
|
|
// NCDesktopClientSocketKit.h
|
|
// NCDesktopClientSocketKit
|
|
//
|
|
// Created by Claudio Cambra on 23/12/22.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for NCDesktopClientSocketKit.
|
|
FOUNDATION_EXPORT double NCDesktopClientSocketKitVersionNumber;
|
|
|
|
//! Project version string for NCDesktopClientSocketKit.
|
|
FOUNDATION_EXPORT const unsigned char NCDesktopClientSocketKitVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <NCDesktopClientSocketKit/PublicHeader.h>
|
|
|
|
#import <NCDesktopClientSocketKit/LocalSocketClient.h>
|
|
#import <NCDesktopClientSocketKit/LineProcessor.h>
|