tasks/tests/OC.js

12 lines
96 B
JavaScript
Raw Normal View History

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