Last active
October 6, 2021 16:37
-
-
Save gtokman/34cdc62ee8e6d19382a3467710736ac3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import CoreLocation | |
/// Endpoints for Yelp | |
enum YelpEndpoint { | |
case search(term: String, location: CLLocation) | |
case detail(id: String) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment