mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
commit
a5cb503490
3 changed files with 3 additions and 3 deletions
|
|
@ -7,4 +7,4 @@
|
|||
|
||||
import NetworkExtension
|
||||
|
||||
extension NEOnDemandRuleAction: Codable {}
|
||||
extension NEOnDemandRuleAction: @retroactive Codable {}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@
|
|||
|
||||
import NetworkExtension
|
||||
|
||||
extension NEOnDemandRuleInterfaceType: Codable {}
|
||||
extension NEOnDemandRuleInterfaceType: @retroactive Codable {}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
// Created by Kenta Kubo on 7/1/20.
|
||||
//
|
||||
|
||||
import NetworkExtension
|
||||
@preconcurrency import NetworkExtension
|
||||
import SwiftUI
|
||||
|
||||
struct ContentView {
|
||||
|
|
|
|||
Loading…
Reference in a new issue