Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class SQLCipherHelper(context: Context,
  2. databaseDefinition: DBFlowDatabase,
  3. callback: DatabaseCallback?,
  4. override val cipherSecret: String)
  5. : SQLCipherOpenHelper(context, databaseDefinition, callback)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement