in ExampleApp/ExampleApp/ExampleApp/ViewController.swift [195:197]
func hexEncodedString() -> String { return "0x" + map { String(format: "%02hhx", $0) }.joined() }