alibaba / wax

Wax is a framework that lets you write native iPhone apps in Lua.
http://github.com/probablycorey/wax
MIT License
1.84k stars 280 forks source link

用wax实现,把#import “lib.a” 加入到ViewController.m 里面的功能。这个要怎么搞 #62

Closed Softminilab closed 6 years ago

Softminilab commented 7 years ago

意思就是在发布版本之前有个ViewController.m文件,它里面是没有#import “lib.a”这样的头文件引入的,但是我想在发布版本后,用wax实现,把#import “lib.a” 加入到ViewController.m 里面的功能。这个要怎么搞

intheway commented 7 years ago

there is no need for header file. just call objective-c class, method