Meshtastic-Apple/MeshtasticClient/Model/Data/NodeInfoEntity.swift
Garth Vander Houwen a02f2201d8 Bug fixes
2021-11-04 08:36:55 -07:00

16 lines
378 B
Swift

import Foundation
import CoreData
//extension NodeInfoEntity {
// @nonobjc public class func createFetchRequest() -> NSFetchRequest<NodeInfoEntity> {
// return NSFetchRequest<Commit>(entityName: "NodeInfoEntity")
// }
// @NSManaged public var id: UInt32
// @NSManaged public var num: UInt32
// @NSManaged public var sha: String
// @NSManaged public var url: String
//}