FUIUser
public protocol FUIUser
Each FUIUser represents a user on the device.
-
The image for the user.
Declaration
Swift
var image: UIImage? { get } -
The user name.
Declaration
Swift
var name: String { get } -
This property could be email, employee ID, or other user information.
Declaration
Swift
var infoString: String? { get } -
An ID string to identify the user.
Declaration
Swift
var id: String { get }