fix: fix warnings

This commit is contained in:
Kenta Kubo 2025-09-03 20:56:44 +09:00
parent 17ce2d56a0
commit b047b9042c
No known key found for this signature in database
GPG key ID: 3D79E20285C94BE8
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 {