Advertisement
Guest User

Untitled

a guest
May 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.28 KB | None | 0 0
  1. package com.remek.rosettapos.configuration
  2.  
  3. import com.remek.rosettapos.common.storage.Storage
  4. import com.remek.rosettapos.communication.types.DeviceConfiguration
  5.  
  6. /**
  7.  * Storage for device configuration objects.
  8.  */
  9. interface ConfigurationStorage : Storage<DeviceConfiguration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement