mirror of
https://github.com/nextcloud/desktop.git
synced 2026-01-14 02:01:28 +00:00
12 lines
309 B
Objective-C
12 lines
309 B
Objective-C
/*
|
|
* SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
|
|
* SPDX-License-Identifier: GPL-2.0-or-later
|
|
*/
|
|
|
|
#ifndef FileProviderExt_Bridging_Header_h
|
|
#define FileProviderExt_Bridging_Header_h
|
|
|
|
#import "Services/ClientCommunicationProtocol.h"
|
|
|
|
#endif /* FileProviderExt_Bridging_Header_h */
|