6 lines
130 B
Swift
6 lines
130 B
Swift
// Copyright 2015-present 650 Industries. All rights reserved.
|
|
|
|
internal struct WeakDomWebViewRef {
|
|
weak var ref: DomWebView?
|
|
}
|