Committed initial code

This commit is contained in:
info4shajeer@gmail.com
2018-07-12 19:48:02 +05:30
parent d401f5a79c
commit 57a9689eb9
10 changed files with 533 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
var exec = require('cordova/exec');
exports.coolMethod = function (arg0, success, error) {
exec(success, error, 'ReadAppSignature', 'getAppSignature', [arg0]);
};