Swiftgram/Postbox/PreferencesEntry.swift
2017-01-31 00:28:16 +03:00

6 lines
111 B
Swift

import Foundation
public protocol PreferencesEntry: Coding {
func isEqual(to: PreferencesEntry) -> Bool
}