TNProgressState
@objc
public enum TNProgressState : Int, Codable
The state type enumeration for ‘TNProgress’
-
Undocumented
Declaration
Swift
case success -
Undocumented
Declaration
Swift
case failed -
Undocumented
Declaration
Swift
case inProgess -
Undocumented
Declaration
Swift
public var name: String { get } -
Declaration
Swift
public init(from decoder: Decoder) throws