pEp macOS Desktop adapter
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
//
|
|
// DummyToBrigeFoundationToSwift.swift
|
|
// foundation.pEp.adapter.macOS
|
|
//
|
|
// Created by Andreas Buff on 07.04.21.
|
|
// Copyright © 2021 p≡p foundation. All rights reserved.
|
|
//
|
|
|
|
/// We need this import to be able to bridge ObjC stuff of Foundation to Swift (e.g. to fix
|
|
/// "Undefined symbol: Foundation._convertNSErrorToError(__C.NSError?) -> Swift.Error")
|
|
import Foundation
|