mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-09 08:45:55 +02:00
16 lines
370 B
Swift
16 lines
370 B
Swift
|
//
|
||
|
// wtf.swift
|
||
|
// Joplin
|
||
|
//
|
||
|
// Created by Laurent on 02/10/2021.
|
||
|
// Copyright © 2021 joplinapp.org. All rights reserved.
|
||
|
//
|
||
|
|
||
|
// For whatever reason, this empty file is needed to fix this bug:
|
||
|
// https://github.com/facebook/react-native/issues/32242
|
||
|
//
|
||
|
// Solution:
|
||
|
// https://github.com/facebook/react-native/issues/32242#issuecomment-924770488
|
||
|
|
||
|
import Foundation
|