mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
21 lines
742 B
Objective-C
21 lines
742 B
Objective-C
//
|
|
// NCDesktopClientSocketKit.h
|
|
// NCDesktopClientSocketKit
|
|
//
|
|
// SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
//
|
|
|
|
#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>
|