Use protocol name when creating objc protocol wrapper class
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
|
||||
package objcinterop {
|
||||
@ExternalObjCClass(protocolGetter = "kniprot_objcinterop0_Simple") interface SimpleProtocol : ObjCObject
|
||||
@ExternalObjCClass(protocolGetter = "kniprot_objcinterop0_Simple") interface SimpleProtocolMeta : ObjCObjectMeta /* = ObjCClass */
|
||||
}
|
||||
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
language = Objective-C
|
||||
headers = protocol/protocol.h
|
||||
package = objcinterop
|
||||
Reference in New Issue
Block a user