Skip to content

Instantly share code, notes, and snippets.

View piotr-sekara's full-sized avatar

Piotr Sękara piotr-sekara

  • Białystok, Poland
View GitHub Profile
enum CharacteristicCellType {
case Default
case Slider
case Switch
case Segmented
}
extension HMCharacteristic {
fileprivate struct Constants {