Skip to content

Instantly share code, notes, and snippets.

//
// Diagrams.swift
// DiagramsSample
//
// Created by Chris Eidhof on 16.12.19.
// Copyright © 2019 objc.io. All rights reserved.
//
import SwiftUI
// gem install cocoapods-playgrounds
// pod playgrounds LibYAML
// Paste in the following:
import LibYAML
struct YAMLError: ErrorType {
let problem: String
let problemOffset: Int