Skip to content

Instantly share code, notes, and snippets.

@abohomol
Created October 25, 2018 11:45
Show Gist options
  • Save abohomol/377e2514d6551e9e8d02854216d87f7a to your computer and use it in GitHub Desktop.
Save abohomol/377e2514d6551e9e8d02854216d87f7a to your computer and use it in GitHub Desktop.
interface UserService {
Single<UserProfile> getUserProfile();
Single<FinancialDetails> getFinancialDetails();
Completable finalizeOnboarding();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment