Merge pull request #130 from kkebo/fix-warns

fix: fix warnings
This commit is contained in:
Kenta Kubo 2025-09-03 21:02:38 +09:00 committed by GitHub
commit a5cb503490
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -7,4 +7,4 @@
import NetworkExtension
extension NEOnDemandRuleAction: Codable {}
extension NEOnDemandRuleAction: @retroactive Codable {}

View file

@ -7,4 +7,4 @@
import NetworkExtension
extension NEOnDemandRuleInterfaceType: Codable {}
extension NEOnDemandRuleInterfaceType: @retroactive Codable {}

View file

@ -5,7 +5,7 @@
// Created by Kenta Kubo on 7/1/20.
//
import NetworkExtension
@preconcurrency import NetworkExtension
import SwiftUI
struct ContentView {