mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-06 06:44:58 +00:00
15 lines
232 B
Swift
15 lines
232 B
Swift
![]() |
//
|
||
|
// RestrictionDetailsView.swift
|
||
|
// CovidSafe
|
||
|
//
|
||
|
// Copyright © 2021 Australian Government. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import UIKit
|
||
|
|
||
|
class RestrictionDetailsView: UIView {
|
||
|
|
||
|
@IBOutlet weak var contentTextView: UITextView!
|
||
|
|
||
|
}
|