tasks/test/OC.js
2019-01-25 20:28:04 +01:00

9 lines
96 B
JavaScript

export class OC {
generateUrl(url) {
return '';
}
imagePath(app, img) {
return '';
}
}