File indexing completed on 2024-05-12 16:25:01

0001 /*
0002  * SPDX-FileCopyrightText: 2021 Lucas Wang <lucas.wang@tuta.io>
0003  *                         2021 Weixuan Xiao <veyx.shaw@gmail.com>
0004  *
0005  * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0006  */
0007 
0008 //
0009 //  Use this file to import your target's public headers that you would like to expose to Swift.
0010 //
0011 
0012 #import "BackgroundService.h"
0013 #import "Device.h"
0014 #import "NetworkPackage.h"
0015 
0016 OSStatus generateSecIdentityForUUID(NSString *uuid);