Skip to content

Instantly share code, notes, and snippets.

@FitzAfful
Last active April 18, 2020 00:36
Show Gist options
  • Save FitzAfful/29458ca857ff6c4cd426e325375d6c72 to your computer and use it in GitHub Desktop.
Save FitzAfful/29458ca857ff6c4cd426e325375d6c72 to your computer and use it in GitHub Desktop.
func callEvent() {
//Post Event (Publish Event)
EventBus.post("fetchEmployees", sender: EmployeesEvent(error: error, errorMessage: errorMessage, employees: employees))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment