IAString

public class IAString : ModelFieldProtocol

Internet Archive String field

Example Usage

let stringField = IAInt(fromString: "Foo")
stringField.value => "Foo"