mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-05-02 00:07:24 +08:00
Mise en place de la structure pour la partie js.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/**
|
||||
* Permet de faire l'interface entre phonegap et l'application customcamera en java.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
var exec = require('cordova/exec');
|
||||
|
||||
// constructor.
|
||||
var customCameraExport = function() {
|
||||
};
|
||||
|
||||
// add method.
|
||||
customCameraExport.prototype.jesaispasquoionverra = function() {
|
||||
|
||||
};
|
||||
|
||||
module.exports = new customCameraExport();
|
||||
Reference in New Issue
Block a user