working menu validation method

This commit is contained in:
Felix Förtsch
2018-10-11 13:56:52 +02:00
parent f3950041c7
commit 9d8751f5e3
5 changed files with 32 additions and 2 deletions
+4
View File
@@ -9,6 +9,10 @@
import Foundation
import SwiftSoup
protocol MatchesAPIDelegate {
}
class MatchesAPI {
func fetchMatches(for game: String) -> [Match]? {