mobile-ios/CovidSafe/WebContentView.swift

15 lines
218 B
Swift
Raw Normal View History

2021-02-26 03:41:20 +00:00
//
// WebContentView.swift
// CovidSafe
//
// Copyright © 2021 Australian Government. All rights reserved.
//
import UIKit
class WebContentView: UIView {
@IBOutlet weak var webContentView: UIWebView!
}