Inline cpp and obj c

So there is a way to inject cpp code directly into haxe class with @:functionCode metadata tag and it’s awesome…but now I’m wondering if there is some kind of a way to inject objective c code when targetting osx/ios. I know that cpp and obj c can be mixed however to do that file extension would have to be renamed from .cpp to .mm. Would that be possible to do from haxe? Can I create .hx file which would be compiled to .mm? And would @:functionCode work for objective c anyway? Thanks :slight_smile:

Last I heard there is no objective-c target for haxe.