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