tasks/tests/OC.js
2019-01-25 20:36:46 +01:00

11 lines
96 B
JavaScript

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