Skip to content

Instantly share code, notes, and snippets.

@srdanrasic
Last active February 10, 2018 13:56
Show Gist options
  • Save srdanrasic/24b42878998d41e176ffea2ce0b490bf to your computer and use it in GitHub Desktop.
Save srdanrasic/24b42878998d41e176ffea2ce0b490bf to your computer and use it in GitHub Desktop.
public struct User {
public let name: String
public let imageUrl: URL
}
public class UserService {
public let user: User
public let friends: SafeSignal<[User]>
public func logOut()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment