LeadKit/TINetworking/Sources/Mapping/Content.swift

4 lines
66 B
Swift

public protocol Content {
var mediaTypeName: String { get }
}