Files
xtool-mirror/Sources/XKit/Model/Entitlements/Entitlement.swift
2025-05-06 11:01:25 +05:30

15 lines
283 B
Swift

//
// Entitlement.swift
// Supercharge
//
// Created by Kabir Oberai on 29/07/19.
// Copyright © 2019 Kabir Oberai. All rights reserved.
//
import Foundation
import ProtoCodable
public protocol Entitlement: ProtoCodable, Sendable {
static var identifier: String { get }
}