How to use Weex ios sdk pragma #define WX_EXPORT_METHOD(method) in swift?

98 Views Asked by At

I am using Weex ios sdk. For exposing js method there is a pragma

#define WX_EXPORT_METHOD(method)

But this pragma is accessible in objective C file only. I need to use this in swift file.

Is there any way to do so ?

1

There are 1 best solutions below

1
On

I think the solution of your work is to create Objective-c Bridging header look this :

https://github.com/apache/incubator-weex-site/blob/master/source/cn/guide/extend-module-using-swift.md