make it private class

This commit is contained in:
iAugus 2021-06-11 10:17:52 +08:00
parent 9a3c2d3385
commit b5b4a1d10f
No known key found for this signature in database
GPG key ID: 86EFA3E97D61C350

View file

@ -85,7 +85,7 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
}
class HostingController<Content>: UIHostingController<Content> where Content: View {
private class HostingController<Content>: UIHostingController<Content> where Content: View {
override var prefersHomeIndicatorAutoHidden: Bool {
return true
}