Meshtastic-Apple/MeshtasticClient/Model/Data/NodeInfoEntity.swift

17 lines
378 B
Swift
Raw Normal View History

2021-11-03 23:48:01 -07:00
import Foundation
import CoreData
2021-11-04 08:36:55 -07:00
//extension NodeInfoEntity {
// @nonobjc public class func createFetchRequest() -> NSFetchRequest<NodeInfoEntity> {
// return NSFetchRequest<Commit>(entityName: "NodeInfoEntity")
// }
2021-11-03 23:48:01 -07:00
2021-11-04 08:36:55 -07:00
// @NSManaged public var id: UInt32
// @NSManaged public var num: UInt32
// @NSManaged public var sha: String
// @NSManaged public var url: String
2021-11-03 23:48:01 -07:00
2021-11-04 08:36:55 -07:00
//}