// Copyright 2015-present 650 Industries. All rights reserved.

internal struct WeakDomWebViewRef {
  weak var ref: DomWebView?
}
