mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-05 06:14:59 +00:00
15 lines
230 B
Swift
15 lines
230 B
Swift
//
|
|
// BLELog+CoreDataClass.swift
|
|
// CovidSafe
|
|
//
|
|
// Copyright © 2020 Australian Government. All rights reserved.
|
|
//
|
|
//
|
|
|
|
import Foundation
|
|
import CoreData
|
|
|
|
@objc(BLELog)
|
|
public class BLELog: NSManagedObject, Encodable {
|
|
|
|
}
|