v2 #12

Merged
hugo merged 21 commits from v2 into master 2023-04-05 15:03:47 +00:00
2 changed files with 27 additions and 0 deletions
Showing only changes of commit 38cb0a5988 - Show all commits

19
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"bloc.newCubitTemplate.type": "equatable",
"psi-header.config": {
"blankLinesAfter": 0,
"forceToTop": true,
},
"psi-header.templates": [
{
"language": "*",
"template": [
"Copyright 2019-<<year>> <<author>>",
"",
"Use of this source code is governed by an MIT-style",
"license that can be found in the LICENSE file or at",
"https://opensource.org/licenses/MIT.",
]
}
],
}

View File

@ -0,0 +1,8 @@
//
// FileParameters.swift
// native_crypto_ios
//
// Created by Hugo Pointcheval on 07/01/2023.
//
import Foundation