Classes

The following classes are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public class Scyther
  • ConfigurationSwitcher is a singleton that allows for environment/configuration switching when working with staging/production environments. Selections are persistent across sessions and can be updated on the fly.

    See more

    Declaration

    Swift

    public class ConfigurationSwitcher
  • Undocumented

    Declaration

    Swift

    public class ConsoleLogger
  • Undocumented

    See more

    Declaration

    Swift

    public class InterfaceToolkit : NSObject
  • Undocumented

    See more

    Declaration

    Swift

    final public class TouchView : UIImageView
  • Undocumented

    See more

    Declaration

    Swift

    public class TouchVisualiser : NSObject
  • Utility class used to monitor and subsequently log networking requests made by registering a URLProtocol

    See more

    Declaration

    Swift

    public class Logger
  • Object Model representing a HTTP request

    See more

    Declaration

    Swift

    @objc
    public class LoggerHTTPModel : NSObject
  • Undocumented

    See more

    Declaration

    Swift

    @objc
    open class LoggerProtocol : URLProtocol
    extension LoggerProtocol: URLSessionDataDelegate
  • Undocumented

    See more

    Declaration

    Swift

    public class NotificationTester
  • A strongly typed and performant class capable of resolving complex string logic and returning a comparison as a single Bool value.

    See more

    Declaration

    Swift

    public class ShuntingYardResolver
  • Undocumented

    See more

    Declaration

    Swift

    public class Toggler