IRtoasterUrl
public protocol IRtoasterUrl
Rtoaster用のURLを収納するためのインタフェース
-
URL
Declaration
Swift
var url: String { get }
-
isEmpty()
Extension methodURLが空かどうかを調べる
Declaration
Swift
public func isEmpty() -> Bool
Return Value
空の場合は true 、そうでない場合は false を返す
-
isNotEmpty()
Extension methodURLが空でないかを調べる
Declaration
Swift
public func isNotEmpty() -> Bool
Return Value
空でない場合は true 、そうでない場合は false を返す