// // 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 } }