IRtoasterUrl

public protocol IRtoasterUrl

Rtoaster用のURLを収納するためのインタフェース

  • url

    URL

    Declaration

    Swift

    var url: String { get }
  • isEmpty() Extension method

    URLが空かどうかを調べる

    Declaration

    Swift

    public func isEmpty() -> Bool

    Return Value

    空の場合は true 、そうでない場合は false を返す

  • isNotEmpty() Extension method

    URLが空でないかを調べる

    Declaration

    Swift

    public func isNotEmpty() -> Bool

    Return Value

    空でない場合は true 、そうでない場合は false を返す