updated naming
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
dd311fc920
commit
508d02e7b9
@ -8,6 +8,6 @@ extension Bool: Primitive {}
|
|||||||
extension Array: Primitive where Element: Primitive {}
|
extension Array: Primitive where Element: Primitive {}
|
||||||
extension Dictionary: Primitive where Key == String, Value: Primitive {}
|
extension Dictionary: Primitive where Key == String, Value: Primitive {}
|
||||||
|
|
||||||
public protocol PrimitiveUserInfo {
|
public protocol UserInfoable {
|
||||||
var userInfo: [String: Primitive] { get set }
|
var userInfo: [String: Primitive] { get set }
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user