Skip to content

Instantly share code, notes, and snippets.

@IsaAliev
Created October 10, 2018 08:45
Show Gist options
  • Save IsaAliev/7938d336e400f76793e1cfa9687dc457 to your computer and use it in GitHub Desktop.
Save IsaAliev/7938d336e400f76793e1cfa9687dc457 to your computer and use it in GitHub Desktop.
import Bond
protocol AlertPresentableViewModel {
var alertModel: Observable<AlertModel?> { get set }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment