mirror of
https://github.com/kkebo/DNSecure.git
synced 2026-03-11 08:54:36 +00:00
10 lines
169 B
Swift
10 lines
169 B
Swift
//
|
|
// NEOnDemandRuleAction+Codable.swift
|
|
// DNSecure
|
|
//
|
|
// Created by Kenta Kubo on 12/20/20.
|
|
//
|
|
|
|
import NetworkExtension
|
|
|
|
extension NEOnDemandRuleAction: Codable {}
|