Skip to content

Instantly share code, notes, and snippets.

View reyandrey's full-sized avatar

Andrey Fokin reyandrey

  • Saint Petersburg, Russia
View GitHub Profile
@reyandrey
reyandrey / HTTP.swift
Last active September 9, 2020 21:54
HTTP client with Codable support
//
// HTTP.swift
//
// Created by Andrey Fokin on 08.09.2020.
// Copyright © 2020 Andrey Fokin. All rights reserved.
//
import Foundation
import Security
@reyandrey
reyandrey / MacEditorTextView.swift
Created September 26, 2020 03:17 — forked from unnamedd/MacEditorTextView.swift
[SwiftUI] MacEditorTextView - A simple and small NSTextView wrapped by SwiftUI.
/**
* MacEditorTextView
* Copyright (c) Thiago Holanda 2020
* https://twitter.com/tholanda
*
* MIT license
*/
import Combine
import SwiftUI