Use protocol name when creating objc protocol wrapper class

This commit is contained in:
Mark Mann
2023-03-23 13:44:43 -07:00
committed by Space Team
parent 51d441ee38
commit b6f669189b
6 changed files with 25 additions and 1 deletions
@@ -0,0 +1,6 @@
package objcinterop {
@ExternalObjCClass(protocolGetter = "kniprot_objcinterop0_Simple") interface SimpleProtocol : ObjCObject
@ExternalObjCClass(protocolGetter = "kniprot_objcinterop0_Simple") interface SimpleProtocolMeta : ObjCObjectMeta /* = ObjCClass */
}
@@ -0,0 +1,3 @@
language = Objective-C
headers = protocol/protocol.h
package = objcinterop