Cuckoo/Tests/Source/ObjcProtocol.swift

9 lines
94 B
Swift

import Foundation
@objc
protocol ObjcProtocol {
@objc optional func optionalMethod()
}