OC类的路径:/工程/static/ios/NjsHello
导入的代码:
// 导入UIAlertView类
var UIAlertView = plus.ios.importClass("UIAlertView");
console.log('UIAlertView:'+UIAlertView)  // 不为空  
        // 导入测试类NjsHello  
        var NjsHello = plus.ios.importClass("NjsHello");  
        console.log('NjsHello:'+NjsHello) // 为空!!!