I have a protocol defined:
protocol Usable { func use() }
and a class that conforms to that protocol
class Thing: Usabl
swift protocols does not work in Playgrounds in the first beta, try to build a real project instead.