mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-05 14:24:59 +00:00
14 lines
218 B
Swift
14 lines
218 B
Swift
//
|
|
// WebContentView.swift
|
|
// CovidSafe
|
|
//
|
|
// Copyright © 2021 Australian Government. All rights reserved.
|
|
//
|
|
|
|
import UIKit
|
|
|
|
class WebContentView: UIView {
|
|
|
|
@IBOutlet weak var webContentView: UIWebView!
|
|
|
|
}
|