working menu validation method
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
import Foundation
|
||||
import SwiftSoup
|
||||
|
||||
protocol MatchesAPIDelegate {
|
||||
|
||||
}
|
||||
|
||||
class MatchesAPI {
|
||||
|
||||
func fetchMatches(for game: String) -> [Match]? {
|
||||
|
||||
Reference in New Issue
Block a user