mirror of
https://github.com/wanxf-shuto/CordovaReadApplicationSignature.git
synced 2026-04-10 00:00:06 +08:00
Committed initial code
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
var exec = require('cordova/exec');
|
||||
|
||||
exports.coolMethod = function (arg0, success, error) {
|
||||
exec(success, error, 'ReadAppSignature', 'getAppSignature', [arg0]);
|
||||
};
|
||||
Reference in New Issue
Block a user