Files
xtool-mirror/Sources/Supersign/DeveloperServices/App IDs/Features/DeveloperServicesFeature.swift
2024-12-01 22:38:51 -05:00

15 lines
309 B
Swift

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