Updated repo

This commit is contained in:
info4shajeer@gmail.com
2018-07-12 20:14:02 +05:30
parent 423531b92f
commit 8deb16fe7a
13 changed files with 0 additions and 477 deletions
+5
View File
@@ -0,0 +1,5 @@
var exec = require('cordova/exec');
exports.getAppSignature = function (arg0, success, error) {
exec(success, error, 'ReadAppSignature', 'getAppSignature', [arg0]);
};