mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Added preview for NodeListItem, Added CoreData bindings, Align all icons, Deduplicate code for list items, Fix list view padding for tab bar transparency
15 lines
193 B
Swift
15 lines
193 B
Swift
//
|
|
// UserEntity+CoreDataClass.swift
|
|
//
|
|
//
|
|
// Created by Brian Floersch on 2/5/25.
|
|
//
|
|
//
|
|
|
|
import Foundation
|
|
import CoreData
|
|
|
|
@objc(UserEntity)
|
|
public class UserEntity: NSManagedObject {
|
|
|
|
}
|