summaryrefslogtreecommitdiffstats
path: root/ios/LibreOfficeLight/LibreOfficeLight/lokit-Bridging-Header.h
blob: 5a4e07ffdc5e76c356e1700e3def42fa1d665c6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// This file is part of the LibreOffice project.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//

// LibreOfficeKit is a prelink of all used LO libraries, generated
// as its own xCode project.
#define LOK_USE_UNSTABLE_API
#import "../../source/LibreOfficeKit.h"

void temporaryHackToInvokeCallbackHandlers(LibreOfficeKitDocument* pThis);