1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/ReactNativeClient/lib/services/EncryptionServiceDriverRN.js
Laurent Cozic 55c5ddedf4 Revert "Applied prettier to code base"
This reverts commit c4f19465a6.
2018-03-09 20:59:12 +00:00

9 lines
122 B
JavaScript

class EncryptionServiceDriverRN {
encryptFile(srcPath, destPath) {
}
}
module.exports = EncryptionServiceDriverRN;