Swiftgram/Postbox/PreferencesEntry.swift
2017-08-29 17:20:16 +03:00

6 lines
118 B
Swift

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