tasks/test/OC.js

10 lines
96 B
JavaScript
Raw Normal View History

2018-08-19 20:18:53 +00:00
export class OC {
generateUrl(url) {
return '';
}
imagePath(app, img) {
return '';
}
}