Skip to content

Instantly share code, notes, and snippets.

import Foundation
import SwiftUI
import Combine
class Person: Identifiable{
var id: Int
var name: String
init(id: Int, name: String){
self.id = id
import SwiftUI
import Combine
class Item: ObservableObject, Identifiable {
var title: String
var id: UUID = UUID()
@Published var done: Bool = false
init(title: String) {
self.title = title
//
// ContentView.swift
// teste
//
// Created by Renan Lins on 6/4/22.
//
import SwiftUI
class ViewModel: ObservableObject {
#Sovereign Filter by StupidFatHobbit updated 4/24/23 | Crucible League | v3.21.1 | GENERAL VERSION
#Update Notes: Long Overdue Economy Update (Crucible League Update I)
#defaultcolors:
#uniqueitem rgb(175,96,37)
#rareitem rgb(255,255,119)
#magicitem rgb(136,136,255)
#whiteitem rgb(200,200,200)
#gemitem rgb(27,162,155)
#currencyitem rgb(170,158,130)