docs/Classes/Protocol.html
@objcMembers
public final class Protocol : Type
Describes Swift protocol
`
kind
`
Swift
public class var kind: String { get }
`
kind
`
Returns “protocol”
Swift
public override var kind: String { get }
`
associatedTypes
`
list of all declared associated types with their names as keys
Swift
public var associatedTypes: [String : AssociatedType] { get set }
`
genericRequirements
`
list of generic requirements
Swift
public override var genericRequirements: [GenericRequirement] { get set }
`
diffAgainst(_:)
`
Swift
override public func diffAgainst(_ object: Any?) -> DiffableResult
Copyright © 2016-2021 Pixle. All rights reserved.
Generated by jazzy ♪♫ v0.14.0, a Realm project.