Resource

public class Resource : Item

A universal resource location

  • url

    The url property represents the Uniform Resource Location (URL) of a resource.

    Declaration

    Swift

    @objc
    dynamic var url: String?
  • An Item this Item is used by.

    Declaration

    Swift

    var usedBy: [Item]? { get }
  • Undocumented

    Declaration

    Swift

    public required convenience init(from decoder: Decoder) throws