Cuckoo/Tests/Source/UnicodeTestProtocol.swift

22 lines
372 B
Swift

//
// UnicodeTestProtocol.swift
// Cuckoo
//
// Created by Tadeas Kriz on 4/27/17.
// Copyright © 2017 Brightify. All rights reserved.
//
// +ěščřžýáíé
//
//
protocol UnicodeTest {
/// 🦅🕶
func doSomething(str: String) -> String
func 💩() -> String
}
protocol UnicodeNameTest_トř🦅 {
func doSomething(🛳: String)
}